[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Grids' (#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

);