[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Text displayed at the top of dialog adjacent to the main icon.
Source position: dialogs.pp line 826
public property TCustomTaskDialog.Title : TTranslateString |
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.
|
Icon displayed beside the Title for the dialog. |
|
|
Caption text displayed on the title bar for the Task dialog. |
|
|
Text displayed as main content for the Task dialog. |
|
|
Text that is displayed in the expandable / collapsible area on the Task dialog. |
|
|
Text that is displayed in the footer area on the Task dialog. |
|
|
Caption displayed for the expand/collapse button on the dialog. |
Version 4.0 | Generated 2025-05-03 | Home |