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

TCustomTaskDialog.Caption

Caption text displayed on the title bar for the Task dialog.

Declaration

Source position: dialogs.pp line 651

public property TCustomTaskDialog.Caption : TTranslateString
  read FCaption
  write FCaption;

Description

Caption is a TTranslateString property with the text displayed on the title bar for the Task dialog. Caption can be localized using the LCL translation facilities.

Use Title to set the text displayed as the title in the main content area. Use Text to set the text displayed beneath the Title in the main content area. Use ExpandedText to set the text displayed in the expandable content area for the dialog. Use FooterText to set the text displayed in the footer aread for the dialog.


Version 3.2 Generated 2024-02-25 Home