JVCL Help:TJvStringGrid.ShowAll

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

Search in JVCL Help

 
Search in all projects
 

Summary

Shows all previously hidden cells.


Pascal

 procedureShowAll(AWidth: Integer; AHeight: Integer);


Parameters

Parameters Description
AWidth: Integer The new width of hidden cells. If AWidth is set to a value < 0, DefaultColWidth determines the new width of the cells.
AHeight: Integer The new height of hidden cells. If AHeight is set to a value < 0, DefaultRowHeight determines the new height of the cells.


Description

Call ShowAll to show all previously hidden cells.


See Also

TJvStringGrid.ShowCell, TJvStringGrid.ShowCol, 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