FMX.Dialogs.TOpenDialog.Options

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
property published
FMX.Dialogs.pas
FMX.Dialogs.hpp
FMX.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