JVCL Help:TJvTimeLimit
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvTimeLimit Class
[+] JvTimeLimit.pas Classes
[+] TJvTimeLimit Methods
[+] TJvTimeLimit Properties
Search in JVCL Help
Search in all projectsClass Hierarchy
TJvTimeLimit
run\JvTimeLimit.pas
Summary
Adds a date limit to the execution of an application.
Pascal
run\JvTimeLimit.pas
TJvTimeLimit = class(TJvComponent);
Description
- JVCLInfo
Use TJvTimeLimit to limit the possible execution of an application with an end date. Use EndDate to specify an expiration date after or on which the application won't start.
Use the OnExpire event to take specific actions, if the current date is past or on the date specified by EndDate.
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