UserGlobalValueSet

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.

SalBoolean UserGlobalValueSet( SalString sEntity,
		            SalString sValue )

The UserGlobalValueSet method set the current instances value for a user global.

Parameters

Name Description
SalString sEntity Name of user global to get value for.
SalString sValue New value for the user global.

Returns

The return value is TRUE if the user global entity was found, FALSE otherwise.

Comments

Each window has it's own copy of all user globals and the settings for any window may be changed independently of other windows.