RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomLabel.GetLabelText Method

Returns the value of the Caption property.

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

Call GetLabelText to obtain the string that appears as the text of the label. 

 

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