JVCL Help:TJvTimeLine
JVCL Help: TJvTimeLine Class
Search in JVCL Help
Search in all projectsClass Hierarchy
TJvCustomTimeLine
TJvTimeLine
run\JvTimeLine.pas
Summary
Displays a timeline with date items in various ways.
Pascal
run\JvTimeLine.pas
TJvTimeLine = class(TJvCustomTimeLine);
Description
- JVCLInfo
Use TJvTimeLine to manage and display a list of date items on a timeline control. The items can be displayed with small or large icons.
Property Date specifies the horizontally position of a date item on the timeline view. Use Level to specify the vertically position of the item in the timeline view. Items can only be placed at certain vertical positions, called levels. Items placed on the top row have Level value 0, items on the second row have value 1, and so on.
You can scroll the view with the keyboard cursor buttons or by pressing the scroll buttons in the view. Use ScrollArrows to select which scroll buttons appear on the timeline view.
TJvTimeLine publishes many of the properties, events, and methods of TJvCustomTimeLine, but does not introduce any new behavior.
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