PalWinGetTitle

Note: This page includes content based on the F1 documentation for Centura development. It may be partially converted to support APF development, but should be regarded to be of uncertain actuality. It is provided as is. Eventually, it should be replaced by documentation available from within Visual Studio.

SalString PalWinGetTitle( SalWindowHandle hWnd )

The PalWinGetTitle method returns the title of any window object.

Parameters

Name Description
SalWindowHandle hWnd The handle (or name) of the IFS Client Developer window object to get title from.

Returns

The return value is the window objects title.

Comments

For windows that do not have titles (e.g. data fields), the label is used instead. The label is the background text placed immediately before the object in the outline.

Before the title is returned, all occurrences of the characters "&" and ":" are removed.