RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TStringBuilder.Capacity Property

Used to get or set the maximum number of characters that can be stored in this TStringBuilder instance.

Pascal
property Capacity: Integer;
C++
__property int Capacity;

Use Capacity to get or set the maximum number of characters that can be stored in this TStringBuilder instance. Capacity cannot be set higher than the value of MaxCapacity and cannot be set lower than the current value of Length

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!