API:Vcl.Dialogs.TFileSaveDialog.Options

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Options: TFileDialogOptions read FOptions write FOptions;

C++

__property Options;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property published
Vcl.Dialogs.pas
Vcl.Dialogs.hpp
Vcl.Dialogs TFileSaveDialog

Beschreibung

Liste der Optionen, die das Dialogfeld steuern.

Vcl.Dialogs.TFileSaveDialog.Options erbt von Vcl.Dialogs.TCustomFileDialog.Options. Der folgende Inhalt bezieht sich auf Vcl.Dialogs.TCustomFileDialog.Options.

Liste der Optionen, die das Dialogfeld steuern.

Options ist eine Menge von TFileDialogOption-Optionen, die das Verhalten des Dialogfeldes steuern.

Siehe auch