JVCL Help:TJvTFSched.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 storage space for custom data.


Pascal

 propertyData: Integer;


Description

Use the Data property to attach custom data to the schedule object.
You will most likely create a TObject to store extra information, in which case you would need to typecast this property into a TObject. It has been implemented as an integer for additional flexibility. If you do use a TObject to store custom data, you probably will want to use the TJvTFScheduleManager.OnCreateSchedule and TJvTFScheduleManager.OnDestroySchedule events to create and destroy your custom 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