JVCL Help:TJvStringGrid.InsertCol
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvStringGrid.InsertCol Method
[+] TJvStringGrid Events
[+] TJvStringGrid Methods
[+] TJvStringGrid Properties
Search in JVCL Help
Search in all projectsSummary
Inserts a new column in the grid.
Pascal
functionInsertCol(Index: Integer): TStrings;
Parameters
Parameters | Description |
Index: Integer | The position in the grid where to insert a new column. |
Return Value
Returns the inserted column as an empty TStrings.
Description
Call InsertCol to insert a new column at the specified Index. All existing columns left of and at the insertion point will be moved one step to the right.
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