myManNum()

Returns the manager number of the UI manager.

Synopsis

unsigned myManNum();

Parameters

Parameter Meaning
None -

Return value

The UI manager number.

Error

Description

Returns the manager number of the own manager. The manager number identifies the manager and is assigned at start-up by the Data Manager (manager ID).

Example

The following example adds the fifth level of its own panel that lies in the own module of its own UI manager.

main()

{

dpSet("_LayerOn.ManNum:_original.._value", myManNum(),

"_LayerOn.ModuleName:_original.._value",

myModuleName(),

"_LayerOn.Layer:_original.._value", 5,

"_LayerOn.PanelName:_original.._value",

myPanelName());

}

Assignment

Management of managers...

Availability

CTRL

See also

myUiNumber(), myManId(), myManType()