|
RAD Studio VCL Reference
|
Removes a substring from the character array of this instance.
function Remove(StartIndex: Integer; RemLength: Integer): TStringBuilder;
__fastcall TStringBuilder Remove(int StartIndex, int RemLength);
Use Remove to remove a substring from the character array of this instance.
StartIndex indicates the index of the first character to remove.
RemLength indicates the number of characters to remove.
|
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|