TCheckGroupClicked specifies a generic event handler method for a click in a check group.
Source position: extctrls.pp line 804
type TCheckGroupClicked = procedure( |
Sender: TObject; |
Index: Integer |
) of object; |
Sender |
|
Object generating the event notification. |
Index |
|
Ordinal position for the checkbox Item clicked in the control. |