JVCL Help:TJvTMTimeline

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

Search in JVCL Help

 
Search in all projects
 

Class Hierarchy

TJvCustomTMTimeline
TJvTMTimeline
run\JvTMTimeLine.pas


Summary

Displays a timeline that mimics the timeline in MS Team Manager.

run\JvTMTimeLine.pas


Pascal

 run\JvTMTimeLine.pas
 TJvTMTimeline = class(TJvCustomTMTimeline);


Description

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

run\JvTMTimeLine.pas


About

Navigation

run\JvTMTimeLine.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