Method XbpCrt():setTitle() Foundation

Defines a new title for the XbpCrt window.

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

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

Description

The method :setTitle() changes the title of an XbpCrt window after the method :create() has been executed. This method can be executed any time the window is visible.

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.