Vcl.StdCtrls.TCustomLabel.GetLabelText
Delphi
function GetLabelText: string; virtual;
C++
virtual System::UnicodeString __fastcall GetLabelText(void);
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
function | protected | Vcl.StdCtrls.pas Vcl.StdCtrls.hpp |
Vcl.StdCtrls | TCustomLabel |
Description
Renvoie la valeur de la propriété Caption.
GetLabelText permet d'obtenir la chaîne qui apparaît comme texte du libellé.