FireDAC.Comp.UI.TFDGUIxAsyncExecuteDialog.Caption

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

Delphi

property Caption: String read GetCaption write SetCaption stored IsCS;

C++

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

プロパティ

種類 可視性 ソース ユニット
property published
FireDAC.Comp.UI.pas
FireDAC.Comp.UI.hpp
FireDAC.Comp.UI TFDGUIxAsyncExecuteDialog

説明

ダイアログのキャプションです。


Caption プロパティを使用して、ダイアログのキャプションを指定することができます。

関連項目