JVCL Help:TJvCustomInspector.YToIdx
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvCustomInspector.YToIdx Method
[+] TJvCustomInspector Events
[+] TJvCustomInspector Methods
[+] TJvCustomInspector Properties
Search in JVCL Help
Search in all projectsSummary
Calculates the item index of a given Y offset.
Pascal
functionYToIdx(constY: Integer): Integer; virtual;
Parameters
Parameters | Description |
const Y: Integer | Y-position to retrieve the item index of. |
Description
YToIdx will determine the index of the item for the given Y-position if the items would be rendered in a single band. If no item is at the given position, -1 will be returned.
See Also
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