JVCL Help:TJvStringGrid.HideCol

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

Search in JVCL Help

 
Search in all projects
 

Summary

Hides a complete column of the grid.


Pascal

 procedureHideCol(Index: Integer);


Parameters

Parameters Description
Index: Integer The index of the column to hide.


Description

Call HideCol to hide the column at position Index. This is done by setting its ColWidth to -1.


See Also

TJvStringGrid.HideAll, TJvStringGrid.HideCell, TJvStringGrid.HideRow, TJvStringGrid.RemoveCol, TJvStringGrid.ShowCol


About

Notes

Calling this method repeatedly does nothing (the hidden column retains its Index even if it's hidden)


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