JVCL Help:TJvStringGrid.InsertRow

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

Search in JVCL Help

 
Search in all projects
 

Summary

Inserts a new row in the grid.


Pascal

 functionInsertRow(Index: Integer): TStrings;


Parameters

Parameters Description
Index: Integer The position in the grid where to insert a new row.


Return Value

Returns the inserted row as an empty TStrings.


Description

Call InsertRow to insert a new row at the specified Index. All existing rows below and at the insertion point will be moved down one step.


See Also

TJvStringGrid.InsertCol


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