FMX.Dialogs.TOpenDialog.OptionsEx
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 | FMX.Dialogs.pas FMX.Dialogs.hpp |
FMX.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.