JVCL Help:TJvCustomInspector.GetBandFor
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvCustomInspector.GetBandFor Method
[+] TJvCustomInspector Events
[+] TJvCustomInspector Methods
[+] TJvCustomInspector Properties
Search in JVCL Help
Search in all projectsSummary
Determines in which band a given item is displayed.
Pascal
functionGetBandFor(constItemIdx: Integer): Integer; virtual;
Parameters
Parameters | Description |
const ItemIdx: Integer | Index into the VisibleItems list of the item to retrieve the band index for. |
Description
GetBandFor retrieves the band index in which the given item is displayed or -1 if it's not displayed at all.
GetBandFor is used in determining the scrollbar settings for a horizontal scrollbar and is called from UpdateScrollBars.
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