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

TCustomTaskDialog.FooterIcon

Icon for the footer area displayed at the bottom of the dialog.

Declaration

Source position: dialogs.pp line 657

public property TCustomTaskDialog.FooterIcon : TTaskDialogIcon
  read FFooterIcon
  write FFooterIcon
  default tdiNone;

Description

FooterIcon is a TTaskDialogIcon property with a value which identifies the icon displayed in the footer area for the Task dialog. The footer icon is displayed beside the optional text in FooterText. The default value for the property is tdiNone, and causes the icon to be omitted. See TTaskDialogIcon for information about the values in the enumeration and their meanings.

See also

TCustomTaskDialog.FooterText

  

Text that is displayed in the footer area on the Task dialog.

TCustomTaskDialog.Flags

  

Set of options enabled for the Task dialog.

TTaskDialogIcon

  

Identifier for an icon displayed on a Task dialog.


Version 3.2 Generated 2024-02-25 Home