JVCL Help:TJvStringGrid.RemoveCol

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 column from the grid.


Pascal

 procedureRemoveCol(Index: Integer);


Parameters

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


Description

Call RemoveCol to remove the column specified by Index from the grid. All columns to the right of the removed column will be moved left one step.


See Also

TJvStringGrid.HideCol, TJvStringGrid.RemoveRow


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