DesignIntf.IHostForm.Caption

提供:RAD Studio API Documentation

Delphi

property Caption: string read GetCaption write SetCaption;

C++

__property System::UnicodeString Caption = {read=GetCaption, write=SetCaption};

プロパティ

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


説明

フォームに関連付けられているキャプションを示します。フォームのキャプションを取得および設定します。

関連項目