JVCL Help:TJvCustomTimeLine.DateAtPos
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvCustomTimeLine.DateAtPos Method
[+] TJvCustomTimeLine Events
[+] TJvCustomTimeLine Methods
[+] TJvCustomTimeLine Properties
Search in JVCL Help
Search in all projectsSummary
Returns the date associated with a specified position on the control.
Pascal
functionDateAtPos(Pos: Integer): TDateTime; virtual;
Parameters
Parameters | Description |
Pos: Integer | Indicates the x-coordinate of the position to search a date for. |
Return Value
The date at a position on the control indicated by Pos.
Description
Use DateAtPos to retrieve the date at a position indicated by Pos on the control.
See Also
TJvCustomTimeLine.ItemAtPos, 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