JVCL Help:TJvInspectorCompoundColumn.Width

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

Search in JVCL Help

 
Search in all projects
 

Summary

The (display) width of the column.


Pascal

 propertyWidth: Integer;


Description

Width indicates the width of the column as it is displayed. The width is represented as a percentage. Read Width to determine the width of the item as it is displayed or set it to a desired new width. Setting Width to 0 will result in whatever space the column can get. When multiple columns have a width of 0, the available space will be equally distributed among those columns.


See Also

TJvInspectorCompoundColumn.WidthSet


About

Notes

When setting Width, you actually set WidthSet. Width will then be determined based on the other columns (ie. it might not be the value you have set it to).


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