Vcl.StdActns.TBrowseForFolder.DialogCaption

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property DialogCaption: string read GetDialogCaption write FDialogCaption;

C++

__property System::UnicodeString DialogCaption = {read=GetDialogCaption, write=FDialogCaption};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property published
Vcl.StdActns.pas
Vcl.StdActns.hpp
Vcl.StdActns TBrowseForFolder

Beschreibung

Repräsentiert den Text, der als Titel des Dialogfeldes dient.

Die Eigenschaft DialogCaption legt einen Text-String fest, der das Dialogfeld TBrowseForFolder für den Benutzer kennzeichnet.

Siehe auch