TOnMatch3Event Delegate

Event used to inform the program about having a match-3

Unit: cMatch3Game
type TOnMatch3Event = procedure(const Nb: integer; const Item: integer) of object

Parameters

Nb
Type: System.Integer

Item
Type: System.Integer