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

TCustomTaskDialog.Flags

Set of options enabled for the Task dialog.

Declaration

Source position: dialogs.pp line 656

public property TCustomTaskDialog.Flags : TTaskDialogFlags
  read FFlags
  write FFlags
  default [tfAllowDialogCancellation];

Description

Flags is a TTaskDialogFlags property with the set of options for the Task dialog. It contains values from the TTaskDialogFlag enumeration, and when included, enable the corresponding feature in the Task Dialog. The default value for the property is [tfAllowDialogCancellation] and allows the dialog to be cancelled.

See also

TTaskDialogFlags

  

Set type used to store values from the TTaskDialogFlag enumeration.

TTaskDialogFlag

  

Represents options that can be enabled for TTaskDialog.


Version 3.2 Generated 2024-02-25 Home