Vcl.Dialogs.TOpenOptionEx

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TOpenOptionEx = System.UITypes.TOpenOptionEx;

Properties

Type Visibility Source Unit Parent
enum public Vcl.Dialogs.pas Vcl.Dialogs Vcl.Dialogs

Description

TOpenOptionEx and TOpenOptionsEx determine the behavior of a file selection dialog.

TOpenOptionEx values determine the appearance and behavior of a file selection dialog. TOpenOptionsEx is a set of TOpenOptionEx values.


The following table lists the possible values.

Value Meaning

ofExNoPlacesBar

Disables the places bar (the left sidebar of the open dialog), which contains shortcuts to local folders. This option makes the dialog box look like the Windows 2000 style.


See Also