API:Vcl.ValEdit.TValueListEditor.DeleteRow

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DeleteRow(ARow: Integer); override;

C++

virtual void __fastcall DeleteRow(int ARow);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.ValEdit.pas
Vcl.ValEdit.hpp
Vcl.ValEdit TValueListEditor

Description

Deletes a specified from the grid.

Vcl.ValEdit.TValueListEditor.DeleteRow inherits from Vcl.Grids.TCustomGrid.DeleteRow. All content below this line refers to Vcl.Grids.TCustomGrid.DeleteRow.

Deletes a specified from the grid.

Call DeleteRow to remove a row from the middle of the grid. Provide the index of the row to remove as ARow. To remove the last row from the grid, set the RowCount property instead.

See Also