Vcl.StdActns.TBrowseForFolder.OkButtonLabel

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property OkButtonLabel: string read FOkButtonLabel write FOkButtonLabel;

C++

__property System::UnicodeString OkButtonLabel = {read=FOkButtonLabel, write=FOkButtonLabel};

Eigenschaften

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


Beschreibung

Die Beschriftung der Schaltfläche OK im Dialogfeld "Ordner suchen".

Diese Eigenschaft ist nur wirksam, wenn UseFileDialog True ist.

Plattform-Unterstützung

  • Windows Vista oder später.

Siehe auch