JVCL Help:TJvTMTimeline
JVCL Help: TJvTMTimeline Class
Search in JVCL Help
Search in all projectsClass Hierarchy
TJvCustomTMTimeline
TJvTMTimeline
run\JvTMTimeLine.pas
Summary
Displays a timeline that mimics the timeline in MS Team Manager.
Pascal
run\JvTMTimeLine.pas
TJvTMTimeline = class(TJvCustomTMTimeline);
Description
- JVCLInfo
Use TJvTMTimeline to display a timeline control that displays images below certain dates.
Use property ImageIndex to associate images to certain dates. These images will be displayed below that dates. Use property Objects to associate objects to certain dates. These dates will be displayed with another font style - as specified by ObjectsFontStyle - than normal dates.
Call SaveToFile or LoadFromFile to write or read a timeline from a file.
Property Date specifies the first visible date in the timeline view. Use this property or method ScrollDate to scroll the timeline view. Use MinDate and MaxDate to specify a range within Date must lie.
TJvTMTimeline publishes many of the properties, events, and methods of TJvCustomTMTimeline, but does not introduce any new behavior.
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