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

TCustomDrawGrid.DeleteCol

Deletes the column at the specified position on the grid control.

Declaration

Source position: grids.pas line 1454

public procedure TCustomDrawGrid.DeleteCol(

  Index: Integer

); virtual;

Arguments

Index

  

Position for the column removed in the method.

Description

Calls DeleteColRow to delete the column number specified in Index.

See also

TCustomDrawGrid.DeleteColRow

  

Deletes a column or a row at the specified position.


Version 4.0 Generated 2025-05-03 Home