GROUPID Property


PLBCMP GUI Only

 

The GROUPID property specifies the group identifier for a RADIO or CHECKBOX object. The property uses the following format:

 

GROUPID={value}

Note the following:

  1. GROUPID may be used in CREATE, SETPROP, or GETPROP statements.

  2. {value} is a numeric variable, an Expression, or a decimal number indicating the group to which the object is related.

  3. All objects with the same group identifier are treated as one group for purposes of moving focus using the TAB or arrow keys.

  4. For RADIO objects, GROUPID also determines the buttons to turn off when another button is selected.

 

 

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

 



PL/B Language Reference GRIDSIZEV Property GROUPVALUE Property