JVCL Help:TJvTFStateImageMap

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

Search in JVCL Help

 
Search in all projects
 

Class Hierarchy

TJvTFStateImageMap
run\JvTFManager.pas


Summary

Class that allows you to embed images within an appointment.

run\JvTFManager.pas


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.

run\JvTFManager.pas


About

Navigation

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