TOnMatch3Proc Delegate

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

Unit: cMatch3Game
System.IInterface
  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.

Show:
 NameDescription
Invoke

Top