JVCL Help:TJvDBGrid.InitializeColumnsWidth
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvDBGrid.InitializeColumnsWidth Method
[+] TJvDBGrid Events
[+] TJvDBGrid Fields
[+] TJvDBGrid Methods
[+] TJvDBGrid Properties
Search in JVCL Help
Search in all projectsSummary
Write here a summary (1 line)
Pascal
procedureInitializeColumnsWidth(constMinWidth: Integer; constMaxWidth: Integer; constDisplayWholeTitle: Boolean; constFixedWidths: arrayof Integer);
Parameters
Parameters | Description |
const MinWidth: Integer | Minimum width (in pixels) of any column, 0 = no minimum width |
const MaxWidth: Integer | Maximum width (in pixels) of any column, 0 = no maximum width |
const DisplayWholeTitle: Boolean | ensure that the column is wide enough to also display the column title |
const FixedWidths: array of Integer | Array with fixed widths (in pixels) for some columns. If the array is shorter than then number of columns, the last entry will be used for all remaining columns. Note: In some versions of the JVCL this array must not be empty, otherwise the code will try to read a non existing first entry. |
Description
Write here a description
See Also
List here other properties, methods (comma seperated) Remove the 'See Also' section if there are no references
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