RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TStrings.GetTextStr Method

Returns the value of the Text property.

Pascal
function GetTextStr: string; virtual;
C++
virtual __fastcall AnsiString GetTextStr();

GetTextStr is the protected read implementation of the Text property. It returns a string that lists all the strings in the list, with individual strings separated by a carriage return and (on Windows) line feed. 

 

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