MSM-Workstation
Macros

Go back to the alphabetic list of macros
Go back to the first page of this tutorial

This section is for internal use only.

%%AppObjLab

This macro is replaced by the name of the top of the storage tree where the cross references for events versus entry points for action logic are stored.

The cross reference is stored as %%AppObjLab(window,"G",event)=entrypoint_"|"_parameters. If the event is related to a component, it is encoded as "G.gadget.eventcode", if the event is related to a window, only the eventcode is used.

This storage tree is typically identical to %%AppGlobal("WOL"), i.e. %%AppObjLab(window,"G",event) is usually the same as %%AppGlobal("WOL",window,"G",event), which is usually the same as @%%PrefixGbl@("WOL",window,"G",event), which is usually the same as @%%Prefixes("G")@("WOL",window,"G",event).

which is usually the same as @ViEWpfxs("G")@("WOL",window,"G",event).

Examples

xxx
xxx

See also

%%AppContainer, %%AppGlobal, %%AppLList, %%AppMenuAIDs, %%AppMenuMap, %%AppModRtn, %%AppRtnMod, %%AppRtnWin, %%AppVarMap, %%AppWin, %%AppWinCtl, %%AppWinGbl, %%AppWinObj, %%AppWinRtn, %%Prefixes, %%PrefixGbl, %%PrefixGblCommon, %%PrefixGblMem, %%PrefixGblStatic, %%PrefixRtn, %%PrefixRtnCommon, %%PrefixRtnStatic, %%ProfileGlobal, %%RtScratch, %%ScratchGlobal, %%SysGlobal and %%Varmap.