Vcl.StdCtrls.TCustomLabel.GetLabelText

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function GetLabelText: string; virtual;

C++

virtual System::UnicodeString __fastcall GetLabelText();

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é.

Voir aussi