DesignIntf.IHostForm.GetCaption

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

Delphi

function GetCaption: string;

C++

virtual System::UnicodeString __fastcall GetCaption() = 0 ;

プロパティ

種類 可視性 ソース ユニット
function public
DesignIntf.pas
DesignIntf.hpp
DesignIntf IHostForm


説明

フォームに関連付けられているキャプションを返します。

GetCaption を使用すると、フォームのキャプションを表す文字列を取得することができます。

関連項目