Create a new TAnsiStringBuilder instance.
Source position: syssbh.inc line 43
public constructor TAnsiStringBuilder.Create; |
aCapacity: Integer |
); |
const AValue: AnsiString |
); |
aCapacity: Integer; |
aMaxCapacity: Integer |
); |
const AValue: AnsiString; |
aCapacity: Integer |
); |
const AValue: AnsiString; |
StartIndex: Integer; |
aLength: Integer; |
aCapacity: Integer |
); |
Create creates an empty TAnsiStringBuilder instance. It can optionally set the initial capacity to aCapacity and the maximum capacity to aMaxCapacity and can also initialize the string buffer with characters from aValue: aLength characters starting at StartIndex (1-based) will be copied to the string buffer. If aLength and StartIndex are omitted, then all characters are copied.
|
Current capacity of the string buffer. |
|
|
Maximum capacity of the string buffer. |