Unit 'Grids' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#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

);