JVCL Help:TJvCustomTMTimeline.ImageIndex

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

Search in JVCL Help

 
Search in all projects
 

Summary

Identifies the image displayed at a particular date in the timeline view.


Pascal

 propertyImageIndex [ADate: TDate]: Integer;


Description

ImageIndex specifies an index into the Images property for a particular date; thus, associate an image with a date by setting the ImageIndex property to an index into the Images property using the specific date as index into ImageIndex. Look up the image associated with a date by reading the ImageIndex property with the specific date as index.
If you associate an image with a date the control will display that image below that date in the timeline view.


See Also

TJvCustomTMTimeline.Images, TJvCustomTMTimeline.Objects


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