[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Grids' (#lcl)

TCustomGrid.DoOPDeleteColRow

Performs a delete operation for a column or a row.

Declaration

Source position: grids.pas line 1019

protected procedure TCustomGrid.DoOPDeleteColRow(

  IsColumn: Boolean;

  index: Integer

);