JVCL Help:TJvTFStateImageMap
JVCL Help: TJvTFStateImageMap Class
Search in JVCL Help
Search in all projectsClass Hierarchy
TJvTFStateImageMap
run\JvTFManager.pas
Summary
Class that allows you to embed images within an appointment.
Pascal
run\JvTFManager.pas
TJvTFStateImageMap = class(TPersistent);
Description
The TJvTFStateImageMap object is part of the system that allows you to embed images within a TJvTFAppt object. Specifically, it allows you to assign images to certain states that the appointment may be in. The different states are implemented as properties. You need to specify the index position where the image can be found in the ImageList.
Set the state property value to -1 to indicate that no image should be shown for the given state.
Note that the ImageList being referenced is found in the TJvTFScheduleManager.StateImages property.
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