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:

  1. MDILIST may be used in CREATE, SETPROP, or GETPROP statements of a MENU object.

  2. The text data for each MDI window menu item is the MDI child window's title.

  3. 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.

  4. {value} is a decimal number, a Numeric Variable, Expression, or a keyword as defined in PLBEQU.INC. The supported values and keywords are:

  5.  

    Value

    Keyword

    The MDI list is ...

    0

    $FALSE

    disabled. (default)

    1

    $TRUE

    enabled.

     

  6. This method is not available when using the PL/B Web Server.

 

 

See Also: Object Properties, Object IO Instructions, Object Definitions

 



PL/B Language Reference MDILEFT Property MDISCROLL Property