W_CAPTION

Retrieve or load the application window caption

WTSupported in traditional Synergy on Windows
WNSupported in Synergy .NET on Windows

 

 

xcall W_CAPTION(WC_SET|WC_GET, text)

Arguments

WC_SET

Set new caption (title).

WC_GET

Get current caption (title).

text

The caption text to be set or returned (up to 78 characters long). (a)

Discussion

This subroutine retrieves or loads the application window caption. We recommend, however, that you use the D_CAPTION argument to the UI Toolkit E_SECT routine instead.