Vcl.StdCtrls.TCustomLabel.GetLabelText

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function GetLabelText: string; virtual;

C++

virtual System::UnicodeString __fastcall GetLabelText();

プロパティ

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

説明

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

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

関連項目