FireDAC.Comp.UI.TFDGUIxErrorDialog.Caption
[–] Properties | |
---|---|
Type: property | |
Visibility: published | |
Source: FireDAC.Comp.UI.pas FireDAC.Comp.UI.hpp
| |
Unit: FireDAC.Comp.UI | |
Parent: TFDGUIxErrorDialog |
Delphi
property Caption: String read GetCaption write SetCaption stored IsCS;
C++
__property System::UnicodeString Caption = {read=GetCaption, write=SetCaption, stored=IsCS};
Description
The dialog caption.
Use the Caption property to specify a custom dialog caption.