JVCL Help:TJvTFSched.CachedTime
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvTFSched.CachedTime Property
[+] TJvTFSched Fields
[+] TJvTFSched Methods
[+] TJvTFSched Properties
Search in JVCL Help
Search in all projectsSummary
Determines when the schedule was cached.
Pascal
propertyCachedTime: DWORD;
Description
This property returns the Windows tick count when the object was initially queued to be flushed from memory. (The value of this property should be ignored if Cached = False.)
Use this property along with the Windows API function GetTickCount to determine how long the schedule has been cached, i.e the following code: Interval := GetTickCount - CachedTime;
would set Interval to the number of milliseconds since the schedule was put in the cache.
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