OWLNext 7.0
Borland's Object Windows Library for the modern age
|
A frame window, which is actually an application's main window, has the ability to contain other client windows and also support UI elements such as menus and icons. More...
Classes | |
class | owl::TFloatingFrame |
Derived from TFrameWindow and TTinyCaption, TFloatingFrame implements a floating frame that can be positioned anywhere in the parent window. More... | |
class | owl::TFrameWindow |
Derived from TWindow, TFrameWindow controls such window-specific behavior as keyboard navigation and command processing for client windows. More... | |
class | owl::TMDIClient |
Multiple Document Interface (MDI) client windows (represented by a TMDIClient object) manage the MDI child windows of a TMDIFrame parent. More... | |
class | owl::TMDIFrame |
Multiple Document Interface (MDI) frame windows, represented by TMDIFrame, are overlapped windows that serve as main windows of MDI-compliant applications. More... | |
class | owl::TMDIChild |
TMDIChild defines the basic behavior of all MDI child windows. More... | |
Typedefs | |
typedef TMDIClient | owl::TMdiClient |
typedef TMDIFrame | owl::TMdiFrame |
typedef TMDIChild | owl::TMdiChild |
A frame window, which is actually an application's main window, has the ability to contain other client windows and also support UI elements such as menus and icons.
Serving as main windows of MDI-compliant applications, MDI frame windows manage multiple documents or windows in a single document (SDI) application. ObjectWindows also provides OLE support for both SDI and MDI applications. A floating frame window provides the same functionality but lets you position the window anywhere within the parent window.
TFrameWindow adds
special functionality designed to simplify the managment of main windows.TFloatingFrame,
derived from TFrameWindow and TTinyCaption, provides the functionality of a frame window enhanced with a tiny caption bar.TMDIChild defines
the behavior of MDI child windows.TMDIFrame provides
support for frame windows designed to be used as MDI windows.TOleFrame provides
OLE support for the main window of an SDI application.TOleMDIFrame provides
OLE support for the main window of an MDI application.Mix-in window classes such as TLayoutWindow and TClipboardViewer add the special functionality of layout capabilities and Clipboards to the main window classes. Use TLayoutWindow to design the placement of a window on the screen and TClipboardViewer to view the data shared between applications.
Definition at line 90 of file mdichild.h.