JVCL Help:TJvTimeLine

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Class Hierarchy

TJvCustomTimeLine
TJvTimeLine
run\JvTimeLine.pas


Summary

Displays a timeline with date items in various ways.

run\JvTimeLine.pas


Pascal

 run\JvTimeLine.pas
 TJvTimeLine = class(TJvCustomTimeLine);


Description

  1. 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.

run\JvTimeLine.pas


See Also

TJvTimeItem, TJvTimeItems

run\JvTimeLine.pas


About

Navigation

run\JvTimeLine.pas



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