{MDICHILD}
Syntax
{MDICHILD=class=Name}
|
Argument |
Type |
Description |
|
class=Name |
C |
The name of the MDI class registered by the A5_MDI_WINDOWclass=ADD() function. |
Description
The {MDICHILD} function declares the Xdialog to be a member of a new MDI window class.
Supported By
Alpha Five Version 5 and Above
Limitations
Desktop applications only
Example
This code snippet registers a new MDI window class so that it appears in the Window menu and the Window menubar. This function takes three arguments: the class name, the class description, and the class icon. Later, the Xdialog is declared to be a member of the new class.
|
a5_mdi_windowclass=add("mymdiclass","My Special MDI Window Type","A5_ball_green") ... {mdichild=mymdiclass} |
See Also