RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TStringBuilder.Remove Method

Removes a substring from the character array of this instance.

Pascal
function Remove(StartIndex: Integer; RemLength: Integer): TStringBuilder;
C++
__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!