MDIWIDTH Property
PLBCMP GUI Only
MDITOP property defines the width of a MDI client window. The property uses the following format:
MDIWIDTH={value}
Note the following:
MDIWIDTH may be used in CREATE, SETPROP, or GETPROP statements of a WINDOW object.
{value} is a decimal number, a Numeric Variable or an Expression defining the window width in pixels.
If {value} is zero, the right of the MDI client is pinned to the right of the WINDOW object.
When using the PL/B Web Server, see the 'MPIWIDTH' property.
See Also: Object Properties, Object IO Instructions, Object Definitions
![]() |