JVCL Help:TJvStringGrid.InsertCol

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 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

TJvStringGrid.InsertRow


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