DesignIntf.IHostForm.SetCaption

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

Delphi

procedure SetCaption(const ACaption: string);

C++

virtual void __fastcall SetCaption(const System::UnicodeString ACaption) = 0 ;

プロパティ

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


説明

フォームに関連付けられているキャプションを設定します。フォームのキャプションを、ACaption パラメータで指定される値に設定します。

関連項目