setwindowtitle (not supported in Axiell Collections)

Syntax

stat = setwindowtitle (title)

Arguments

stat: integer

title: text

Platform

Windows

Meaning

You can use this function to set the title of the active window. stat is 0 when the action is successful and 1 when it is not.

Example

stat = setwindowtitle('Adlib message')

Result

If stat is 0, the title of the active window is set to Adlib message.