CHECKED Property


9.0, PLBCMP GUI Only

 

The CHECKED property provides access to the value of the checkbox displayed with an object. The property uses the following format:

 

CHECKED={value}

Note the following:

  1. The CHECKED property may be used in GETPROP, SETPROP, or CREATE statements of an EDITDATETIME object and the GETPROP or SETPROP statements for a MENUITEM.

  2. A checkbox is displayed with an EDITDATETIME object when the SHOWCHECKBOX property is set to $ON.

  3. If the object is an EDITDATETIME, this property only has meaning when the SHOWCHECKBOX property is $ON.

  4. If the object is a MENUITEM, this property sets or clears a check mark beside the menu item.

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

  6.  

    Value

    Keyword

    The checkbox is ...

    0

    $OFF

    not checked (default).

    1

    $ON

    checked.

     

  7. When using the PL/B Web Server, this property is not supported.

 

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

 



PL/B Language Reference CHECKBOX Property Checked Property (DATATABLE)