JVCL Help:TJvStringGrid.RemoveRow

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Removes a row from the grid.


Pascal

 procedureRemoveRow(Index: Integer);


Parameters

Parameters Description
Index: Integer Position of the row to remove.


Description

Call RemoveRow to remove the row specified by Index from the grid. All rows below the removed row will be moved up one step.


See Also

TJvStringGrid.HideRow, TJvStringGrid.RemoveCol


About

Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page