TOpenOption contains a list of possible options which can be used -in an Open dialog. Values from the enumeration are stored in the +in Open or Save dialogs. Values from the enumeration are stored in the TOpenOptions set type which is used to implement the Options -property in TOpenDialog. When an option value is included in the set, it is -enabled during execution of the dialog. The values are applied to the native -dialog before it is executed. +property in TOpenDialog and descendent classes. When an option value is +included in the set, it is enabled during execution of the dialog. The values +are applied to the native dialog before it is executed. Some option values are +included or excluded to represent the actions performed when the native dialog +was executed.
Please note that some option values may not be available for a given platform -where the LCL is supported: ofNoDereferenceLinks, ofOldStyleDialog, -ofViewDetail, and ofAutoPreview. +where the LCL is supported. The help for the option values indicate the +platforms where the value is relevant.