Vcl.Dialogs.TOpenDialog.OptionsEx

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OptionsEx: TOpenOptionsEx read FOptionsEx write FOptionsEx default [];

C++

__property System::Uitypes::TOpenOptionsEx OptionsEx = {read=FOptionsEx, write=FOptionsEx, default=0};

Properties

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

Description

Augments the Options property with additional flags that determine the appearance and behavior of the file-selection dialog.

Use the OptionsEx property to further customize the file open dialog beyond the options covered by the Options property.

See Also