Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FiveWin 1.9.2 - January 97 - <b>class tmdiclient</b> inherits from class twindow http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 Class TMDIClient    Inherits from Class TWindow
--------------------------------------------------------------------------------
 DATA
--------------------------------------------------------------------------------
 aWnd                 Array of TMDIChild objects

 METHODS
--------------------------------------------------------------------------------
 New                  Generic constructor method
 Tile                 Tile Child windows
 Cascade              Cascade child windows
 ArrangeIcons         Arrange all minimized document child windows. It does
                      not affect child windows that are not minimized.
 NextWindow           Activate the child window immediately behind the
                      currently active child window and place the currently
                      active child window behind all other child windows.
 GetActive            Retrieves the TMDIChild window that is active.
 Add                  Add an TMDIChild object to ::aWnd instance array.
 ChildNew             Creates an New TMDIChild object an add it to ::aWnd
 ChildActivate        Activate a different TMDICchild window.
 ChildMaximize        Maximize a TMDICchild window.
 ChildRestore         Restore a TMDICchild window.
 ChildClose           Close a MdiChild window
 ChildNext            Selects the next MdiChild
 Resize               Resizes the MdiClient
 lCloseAll            Closes all the MdiChild Children
 IconizeAll           Iconizes all the Mdichild windows
 KeyDown              Behavior when pressing a key
 MouseMove            Behavior when moving the mouse over


See Also: TMdiFrame TMdiChild Commands

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson