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.
%%AppVarMap
This macro is replaced by the name of the top of the storage tree
where the definitions are stored that indicate which components
of which windows may have multiple values, as well as a cross-reference,
of which names of variables rae used in this context.
This storage tree is typically identical
to %%AppGlobal("WVC"),
i.e. %%AppVarMap(window,name,gadget) is usually the same
as %%AppGlobal("WVC",window,name,gadget).
The cross-reference is stored
as %%AppVarMap(window,name,gadget)=boolean,
or as %%AppGlobal("WVC",window,name,gadget)=boolean,
which is usually the same
as @%%PrefixGbl@("WVC",window,name,gadget),
which is usually the same
as @%%Prefixes("G")@("WVC",window,name,gadget),
which is usually the same
as @ViEWpfxs("G")@("WVC",window,name,gadget).
The boolean value is true when the component may have multiple values.
Examples
xxx
xxx
See also
%%AppContainer,
%%AppGlobal,
%%AppLList,
%%AppMenuAIDs,
%%AppMenuMap,
%%AppModRtn,
%%AppObjLab,
%%AppRtnMod,
%%AppRtnWin,
%%AppWin,
%%AppWinCtl,
%%AppWinGbl,
%%AppWinObj,
%%AppWinRtn,
%%Prefixes,
%%PrefixGbl,
%%PrefixGblCommon,
%%PrefixGblMem,
%%PrefixGblStatic,
%%PrefixRtn,
%%PrefixRtnCommon,
%%PrefixRtnStatic,
%%ProfileGlobal,
%%RtScratch,
%%ScratchGlobal,
%%SysGlobal and
%%Varmap.