[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Dialogs' (#lcl)

TOpenDialog.OptionsEx

Widgetset-specific options enabled for the dialog.

Declaration

Source position: dialogs.pp line 262

published property TOpenDialog.OptionsEx : TOpenOptionsEx
  read FOptionsEx
  write FOptionsEx
  default [];

Description

OptionsEx is a TOpenOptionsEx property which contains the widgetset-specific options enabled when the dialog is executed. It can contain zero (0) or more values from the TOpenOptionEx enumeration. The default value for the property is an empty set ([]).

OptionsEx is used in the widgetset class instance to apply values which cannot be represented using TOpenOptions and TOpenOption, which are used on all of the supported LCL platforms. In the current LCL version, OptionsEx is used for the Windows platform and supports Windows Vista or later version.

See also

TOpenDialog.Options

  

Options to be used for this dialog.

TOpenOptionsEx

  

Set type used to store values from the TOpenOptionEx enumeration.

TOpenOptionEx

  

Widgetset-specific open options which cannot be mapped to the standard values in TOpenOptions.


Version 4.0 Generated 2025-05-03 Home