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

TCustomTaskDialog.Title

Header text displayed at the top of dialog, with a larger font size and using a bold font style.

Declaration

Source position: dialogs.pp line 664

public property TCustomTaskDialog.Title : TTranslateString
  read FTitle
  write FTitle;

See also

TCustomTaskDialog.MainIcon

  

Icon displayed beside the Title for the dialog.

TCustomTaskDialog.Text

  

Text displayed as main content for the Task dialog.

TCustomTaskDialog.ExpandedText

  

Text that is displayed in the expandable / collapsible area on the Task dialog.

TCustomTaskDialog.FooterText

  

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


Version 3.2 Generated 2024-02-25 Home