JVCL Help:TJvCustomTMTimeline.Objects
JVCL Help: TJvCustomTMTimeline.Objects Property
Search in JVCL Help
Search in all projectsSummary
Specifies the object associated with a particular date.
Pascal
propertyObjects [ADate: TDate]: TObject;
Description
Associate an object with a date by setting the Objects property using the specific date as index. Look up the object associated with a date by reading the Objects property with the specific date as index.
The date numbers of dates that have an associated object, are drawn with the font style as specified by ObjectsFontStyle.
See Also
TJvCustomTMTimeline.ObjectsFontStyle
About
Notes
The control owns the objects in the Objects array; thus Objects added to the Objects array are freed when the timeline control is destroyed.
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