FireDAC.Comp.UI.TFDGUIxScriptDialog.Caption

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Caption: String read GetCaption write SetCaption stored IsCS;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property published
FireDAC.Comp.UI.pas
FireDAC.Comp.UI.hpp
FireDAC.Comp.UI TFDGUIxScriptDialog

Beschreibung

Der Titel des Dialogfeldes.

Mit der Eigenschaft Caption können Sie den Titel des Dialogfeldes angeben.

Siehe auch