JVCL Help:TJvTFCustomImageMap

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

Search in JVCL Help

 
Search in all projects
 

Class Hierarchy

TJvTFCustomImageMap
run\JvTFManager.pas


Summary

Provides support for custom images in appointments.

run\JvTFManager.pas


Pascal

 run\JvTFManager.pas
 TJvTFCustomImageMap = class(TPersistent);


Description

The TJvTFCustomImageMap is part of the system that allows you to attach custom images to specific appointments. Specifically, the TJvTFCustomImageMap is part of a TJvTFAppt object and allows you to assign a name to an image from a TImageList. You can then reference the image by name or by its index in the map (which is different from the index in the ImageList).

run\JvTFManager.pas


About

Navigation

run\JvTFManager.pas


Notes

The TJvTFScheduleManager.CustomImages is the TImageList that is referenced.

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