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