Vcl.Dialogs.TFileOpenDialog.Options

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Options: TFileDialogOptions read FOptions write FOptions;

C++

__property Options;

Properties

Type Visibility Source Unit Parent
property published
Vcl.Dialogs.pas
Vcl.Dialogs.hpp
Vcl.Dialogs TFileOpenDialog

Description

List of options that control the dialog.

Vcl.Dialogs.TFileOpenDialog.Options inherits from Vcl.Dialogs.TCustomFileDialog.Options. All content below this line refers to Vcl.Dialogs.TCustomFileDialog.Options.

List of options that control the dialog.

Options is a set of TFileDialogOption options controlling the dialog's behavior.

See Also