Vcl.Dialogs.TOpenDialog.Options

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Options: TOpenOptions read FOptions write FOptions default [ofHideReadOnly, ofEnableSizing];

C++

__property System::Uitypes::TOpenOptions Options = {read=FOptions, write=FOptions, default=524292};

Properties

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

Description

Determines the appearance and behavior of the file-selection dialog.

Use the Options property to customize the appearance and functionality of the dialog.

See Also

Code Examples