setDialogText

Syntax

bool setDialogText(string title)

Arguments

title
The text to be set as the title bar caption.

Return

Returns false/zero if the text couldn't be set, true/non-zero otherwise.

Description

Sets the caption in the title bar of the filter dialog. You can also use formatString compatible codes in the text parameter here.

Example

setDialogTitle("Your title bar title goes here.");

Also see

setDialogTextv, formatString, setCtlText

Comments

Everyone can add their comments about their experiences with this function here. Tips for using it are welcome, too.