Clear the string being built
Source position: syssbh.inc line 69
public procedure TAnsiStringBuilder.Clear; |
Clear sets the length of the string to 0 and sets the Capacity to the default capacity (64 bytes).
|
Current capacity of the string buffer |
|
|
Remove data from the string |