Method XbpDialog():setTitle() Foundation

Defines a new title for the XbpDialog window.

Syntax
:setTitle( <cTitle> ) --> lSuccess
Parameters
<cTitle>
<cTitle> is a character string to display in the title bar of the XbpDialog window.
Return

This method returns the value .T. (true) when the title could be redefined, otherwise .F. (false) is returned.

Description

The method :setTitle() changes the title of an XbpDialog window after the method :create() has been executed.

Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.