Vcl.StdCtrls.TCustomLabel.GetLabelText

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetLabelText: string; virtual;

C++

virtual System::UnicodeString __fastcall GetLabelText();

Properties

Type Visibility Source Unit Parent
function protected
Vcl.StdCtrls.pas
Vcl.StdCtrls.hpp
Vcl.StdCtrls TCustomLabel

Description

Returns the value of the Caption property.

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

See Also