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

TFileNameEdit.DialogOptions

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

Declaration

Source position: editbtn.pas line 406

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

  

Executes an Open or Save dialog for the DialogKind specified in the control.

Dialogs.TOpenOption

  

Options which can be used in a TOpenDialog instance.

Dialogs.TOpenOptions

  

Set type used to store TOpenOption enumeration values.


Version 4.0 Generated 2025-05-03 Home