MDILIST Property
9.1C, PLBCMP GUI Only
MDILIST property appends a MDI window menu list to the MENU object list. The property uses the following format:
MDILIST={value}
Note the following:
MDILIST may be used in CREATE, SETPROP, or GETPROP statements of a MENU object.
The text data for each MDI window menu item is the MDI child window's title.
The Windows controls the implementation for the MDILIST property state for a MENU object. The PL/B user application should only have one active MENU object with the MDILIST property enabled.
{value} is a decimal number, a Numeric Variable, Expression, or a keyword as defined in PLBEQU.INC. The supported values and keywords are:
|
Value |
Keyword |
The MDI list is ... |
|
0 |
$FALSE |
disabled. (default) |
|
1 |
$TRUE |
enabled. |
This method is not available when using the PL/B Web Server.
See Also: Object Properties, Object IO Instructions, Object Definitions
![]() |