JVCL Help:TJvStringGrid.InsertRow
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvStringGrid.InsertRow Method
[+] TJvStringGrid Events
[+] TJvStringGrid Methods
[+] TJvStringGrid Properties
Search in JVCL Help
Search in all projectsSummary
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
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