WindowViewGet

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

The WindowViewGet method returns the view name associated with a window.

Parameters

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

Returns

The return value is associated view name, or strNULL if no LU is associated with the window.

Comments

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