Vcl.DBCtrls.TDBText.GetLabelText

From RAD Studio API Documentation

Delphi

function GetLabelText: string; override;

C++

virtual System::UnicodeString __fastcall GetLabelText(void);

Properties

Type Visibility Source Unit Parent
function protected
Vcl.DBCtrls.pas
Vcl.DBCtrls.hpp
Vcl.DBCtrls TDBText

Description

Returns the value of the Caption property. {{#multireplace:Vcl.DBCtrls.TDBText.GetLabelText|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Vcl.StdCtrls.TCustomLabel.GetLabelText|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Vcl.StdCtrls.TCustomLabel.GetLabelText|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Returns the value of the Caption property.

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

See Also