JVCL Help:TJvCustomTimeLine.ItemAtPos
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvCustomTimeLine.ItemAtPos Method
[+] TJvCustomTimeLine Events
[+] TJvCustomTimeLine Methods
[+] TJvCustomTimeLine Properties
Search in JVCL Help
Search in all projectsSummary
Returns a timeline item at a particular point on the control.
Pascal
functionItemAtPos(X: Integer; Y: Integer): TJvTimeItem; virtual;
Parameters
Parameters | Description |
X: Integer | Indicates the x-coordinate of the point in the control in window coordinates. |
Y: Integer | Indicates the y-coordinate of the point in the control in window coordinates. |
Return Value
The timeline item placed at the point indicated by X and Y on the control. If no timeline item is placed at that point then ItemAtPos returns nil.
Description
Use ItemAtPos to retrieve an item at the point specified by X and Y in the control.
See Also
TJvCustomTimeLine.DateAtPos, TJvCustomTimeLine.LevelAtPos, TJvCustomTimeLine.PosAtDate
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