FireDAC.Comp.UI.TFDGUIxAsyncExecuteDialog.Caption

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Caption: String read GetCaption write SetCaption stored IsCS;

C++

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

Properties

Type Visibility Source Unit Parent
property published
FireDAC.Comp.UI.pas
FireDAC.Comp.UI.hpp
FireDAC.Comp.UI TFDGUIxAsyncExecuteDialog

Description

The dialog caption.

Use the Caption property to specify the dialog caption.

See Also