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

TSelectDirOpts

Set type used to store directory selection options.

Declaration

Source position: dialogs.pp line 760

type TSelectDirOpts = set of (

  sdAllowCreate,

  

Allows a new directory to be created in a select directory dialog.

  sdPerformCreate,

  

Indicates a directory that does not already exist should be created following execution of the dialog.

  sdPrompt

  

Indicates the dialog should prompt the user for confirmation of the selected action.

);

Description

TSelectDirOpts is a set type used to store zero or more values from the TSelectDirOpt enumeration. Values added to the set indicate the options enabled for a directory selection dialog. A TSelectDirOpts argument is passed to the SelectDirectory routine.

See also

TSelectDirOpt

  

List of options available when selecting a directory.

SelectDirectory

  

A function that allows a user to select a directory.


Version 3.2 Generated 2024-02-25 Home