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

TCustomTaskDialog.Title

Text displayed at the top of dialog adjacent to the main icon.

Declaration

Source position: dialogs.pp line 826

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

Description

Title is a TTranslateString property which contains text displayed at the top of dialog using a larger font size and a highlighted, bold font style. Title is displayed adjacent to the MainIcon for the dialog (when used).

Title can be localized using the Lazarus IDE translation facilities when enabled in the project, or by calling translation routines in LazUtils.

Use Caption to assigned the value displayed on the window header for the task dialog form.

See also

TCustomTaskDialog.MainIcon

  

Icon displayed beside the Title for the dialog.

TCustomTaskDialog.Caption

  

Caption text displayed on the title bar for the Task 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.

TCustomTaskDialog.ExpandButtonCaption

  

Caption displayed for the expand/collapse button on the dialog.


Version 4.0 Generated 2025-05-03 Home