[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
oWin:cTitle( [<cNewTitle>] ) -> tle
------------------------------------------------------------------------------
PARAMETER:
<cNewTitle> If this string is handed over it becomes the new window title
DESCRIPTION:
cTitle() is a SETGET Method, which means that it is a Method that
simulates a InstanceVar. If a parameter is extended, then the old title
is replaced and the window gets repainted. If the parameter is skipped,
cTitle returns the old window title string.
EXAMPLE:
+-------------------------------------------------------------+
| /* display the title */ |
| MsgInfo( oWin:cTitle ) |
| |
| /* assign a new title */ |
| oWin:cTitle := 'My dear Lollipop' |
| |
+-------------------------------------------------------------+
See Also:
cCaption
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson