JVCL Help:TJvStringGrid.ShowCol

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

Search in JVCL Help

 
Search in all projects
 

Summary

Shows a previously hidden column.


Pascal

 procedureShowCol(Index: Integer; AWidth: Integer);


Parameters

Parameters Description
Index: Integer Position of the hidden column.
AWidth: Integer The new width for the hidden column. If AWidth is set to a value < 0, DefaultColWidth determines the new width. If the column is not hidden, then the width of the column is not affected.


Description

Call ShowCol to show a previously hidden column.


See Also

TJvStringGrid.ShowAll, TJvStringGrid.ShowCell, TJvStringGrid.ShowRow


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