System.SysUtils.TStringBuilder Properties
InheritedProtected
Capacity | public | Used to get or set the maximum number of characters that can be stored in this TStringBuilder instance. |
Chars | public | Used to get or set the characters stored in this TStringBuilder instance. |
Disposed | protected | Disposed is a read-only property that shows the current state of this object. |
Length | public | Gets or sets the size of the character array stored in this TStringBuilder instance. |
MaxCapacity | public | Used to get the maximum size allowed of the character array stored in this TStringBuilder instance. |