JVCL Help:TJvTFAppt.Data

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

Search in JVCL Help

 
Search in all projects
 

Summary

Provides space for storing custom data.


Pascal

 propertyData: Integer;


Description

You can use the Data property to attach custom data to an appointment. Most likely, you will define a TObject to hold the additional data and then typecast this property into a TObject, but it has been implemented as an Integer for added flexibility.
If you store additional data by using a TObject, you should use the TJvTFScheduleManager.OnCreateAppt and the TJvTFScheduleManager.OnDestroyAppt events to create and destroy your object.


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