WindowDefWinTextGet

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 WindowDefWinTextGet( SalString sName )

The WindowDefWinTextGet method returns the default window text (constant) associated with a window.

Parameters

Name Description
SalString sName Name of window to get association for.

Returns

The return value is associated default window text, or Const.strNULL if no default window text is associated with the window.

Comments

Applications should call the Var.Component.WindowRegister method to create an association between a window and a default window text.