[Overview][Types][Classes][Index] Reference for unit 'DynamicArray' (#lcl)

TOnNotifyItem

Type for event handling

Declaration

Source position: dynamicarray.pas line 33

type TOnNotifyItem = procedure(

  Sender: TObject;

  Col: Integer;

  Row: Integer;

  var Item: Pointer

) of object;

Arguments

Sender

  

instance of the TArray that causes the event

Col

  

The related Col of the event

Row

  

The related Row of the event

Item

  

The related Item of the event

The latest version of this document can be found at lazarus-ccr.sourceforge.net.