Unit 'Grids' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#lcl]

TVirtualGrid.doNewItem

Creates a new item at the location specified by Col and Row.

Declaration

Source position: grids.pas line 416

protected procedure TVirtualGrid.doNewItem(

  Sender: TObject;

  Col: Integer;

  Row: Integer;

  var Item: Pointer

);