Win32Forth


MdiDialog -- Class for MDI windows containing controls.


MdiDialogWindows can be designed with ForthForm.

The file MdiDialog.f in the src\lib folder is not loaded by default. The file Mdi.f is automatically loaded with this file if not already included.

Glossary

:CLASS MdiDialogWindow   <Super MdiChildWindow

Base class for Multi-document interface (MDI) child windows that contain controls.

:M ClassInit: ( -- )

Initialise the class.

:M ~:    ( -- )

Destructor method called when a dynamic object is freed by DISPOSE.


Document $Id: MdiDialog.htm,v 1.10 2007/05/26 10:24:12 dbu_de Exp $