|
Previous Top Next |
ModuleWindows is a queue of type ChildWindowQ that is used in the EnumModuleWin method to store information about the enumerated top windows for a specific module. By TopWindows we mean windows that are defined as Top-Level windows. Unlike child windows, top windows do not have parent windows. For a Clarion application this would be the appframe window. ChildWindows would be any windows opened by that appframe window.
ChildWindows &ChildWindowQ ! Reference to a Child Windows Queue
See also: