ItemActivate Event
PLBCMP GUI Only
The ItemActivate event occurs when the mouse button is pressed and released over an item in a LISTVIEW object.
Note the following:
The ItemActivate event is referenced using an event value of twenty-five (25). The equated label in PLBEQU.INC for this event is $ITEMACTIVATE.
This event depends on the setting of the ACTIVATE property.
The Event Result value is the item number * 100 + the sub item number.
The Event Modifier contains a value from the following table:
|
Value |
Key Pressed |
|
1 |
ALT |
|
2 |
CTRL |
|
4 |
SHIFT |
See Also: EVENTREGISTER, Object Events, Object IO Instructions, Object Definitions
![]() |