[Overview][Types][Classes][Procedures and functions][Index] |
TCheckGroupClicked specifies a generic event handler method for a click in a check group.
Source position: extctrls.pp line 852
type TCheckGroupClicked = procedure( |
Sender: TObject; |
Index: Integer |
) of object; |
Sender |
|
Object generating the event notification. |
Index |
|
Ordinal position for the check box Item clicked in the control. |
Version 4.0 | Generated 2025-05-03 | Home |