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

TValueListEditor.DeleteRow

Deletes the row at the specified position.

Declaration

Source position: valedit.pas line 184

public procedure TValueListEditor.DeleteRow(

  Index: Integer

); override;

Arguments

Index

  

Position of the row to be deleted.

Description

DeleteRow is an overridden procedure used to delete the row at the specified position in the control. DeleteRow ensures that the row in Index is not a fixed row with title captions, and that Strings contains data. No actions are performed in the method when these conditions are not met.

DeleteRow calls the inherited method to remove the specified row number in the grid.

See also

TValueListEditor.Strings

  

Stores the keys, values, and item definitions in the control.

TCustomDrawGrid.FixedRows

  

Number of the fixed rows in the grid.

TCustomDrawGrid.DeleteRow

  

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


Version 4.0 Generated 2025-05-03 Home