TOnMatch3Proc Delegate

Definition

Anonymous code used to inform the program about having a match-3

Delphi
type TOnMatch3Proc = reference to procedure(const Nb: integer; const Item: integer)

Parameters

Nb
Integer
Item
Integer
Inheritance
IInterface
TOnMatch3Proc

Methods