RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TStringBuilder.MaxCapacity Property

Used to get the maximum size allowed of the character array stored in this TStringBuilder instance.

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

Use MaxCapacity to get the maximum size allowed of the character array stored in this TStringBuilder instance. MaxCapacity is set when the instance of TStringBuilder is created and determines the maximum value to which the Capacity property can be set. 

 

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