Unit 'EditBtn' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#lcl]

TFileNameEdit.DialogOptions

DialogOptions - set of options enabled for the file open dialog.

Declaration

Source position: editbtn.pas line 393

published property TFileNameEdit.DialogOptions : TOpenOptions
  read FDialogOptions
  write FDialogOptions
  default DefaultOpenDialogOptions;

Description

DialogOptions is a TOpenOptions property which contains the options enabled for a File Open dialog. The default value for the property is defined in the DefaultOpenDialogOptions constant.

Values in DialogOptions control the functionality and visual appearance of the dialog displayed for the control. See TOpenOption for more information about the enumeration values used in DialogOptions.

See also

TFileNameEdit.CreateDialog

  

Creates the dialog for the control.

TFileNameEdit.RunDialog

  

RunDialog executes the dialog for the control.

Dialogs.TOpenOption

  

Options which can be used in OpenDialog.

Dialogs.TOpenOptions

  

Set used to store TOpenOption enumeration values.