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

TDialogKind

Enumerated type representing dialog styles used in TFileNameEdit.

Declaration

Source position: editbtn.pas line 364

type TDialogKind = (

  dkOpen,

  

An Open dialog.

  dkSave,

  

A Save dialog.

  dkPictureOpen,

  

An Open dialog for image types.

  dkPictureSave

  

A Save dialog for image types.

);

Description

TDialogKind is an enumerated type representing the dialog styles available for use in TFileNameEdit. Values in the enumeration influence the common dialog type created for a control which displays a dialog when its button is clicked.

TDialogKind is the type used to implement the DialogKind property in TFileNameEdit.

See also

TFileNameEdit.DialogKind

  

Determines the dialog type executed when the Button in the control is clicked.


Version 3.2 Generated 2024-02-25 Home