Vcl.StdCtrls.TCustomLabel.GetLabelText

提供:RAD Studio API Documentation

Delphi

function GetLabelText: string; virtual;

C++

virtual System::UnicodeString __fastcall GetLabelText(void);

プロパティ

種類 可視性 ソース ユニット
function protected
Vcl.StdCtrls.pas
Vcl.StdCtrls.hpp
Vcl.StdCtrls TCustomLabel

説明

Caption プロパティの値を返します。

GetLabelText を呼び出すと,ラベルのテキストとして表示される文字列を取得できます。

関連項目