Vcl.Dialogs.TCustomFileDialog.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 public
Vcl.Dialogs.pas
Vcl.Dialogs.hpp
Vcl.Dialogs TCustomFileDialog

Beschreibung

Text auf der Schaltfläche Öffnen oder Speichern.

OkButtonLabel enthält den Text der Schaltfläche Öffnen oder Speichern.

Siehe auch