TOn Match3Proc Delegate
Anonymous code used to inform the program about having a match-3
System.IInterface
cMatch3Game.TOnMatch3Proc
cMatch3Game.TOnMatch3Proc
type TOnMatch3Proc = reference to procedure(const Nb: integer; const Item: integer)
Parameters
- Nb
- Type: System.Integer
- Item
- Type: System.Integer
The TOnMatch3Proc type exposes the following members.