RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TStringBuilder.Chars Property

Used to get or set the characters stored in this TStringBuilder instance.

Pascal
property Chars [index: Integer]: Char;
C++
__property Char Chars[int index];

Use Chars to get or set the characters stored in this TStringBuilder instance.  

index specifies the position of the character to access.  

The value of this property is the character stored at location index. 

 

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