JVCL Help:TJvTimeLimit

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

Search in JVCL Help

 
Search in all projects
 

Class Hierarchy

TJvTimeLimit
run\JvTimeLimit.pas


Summary

Adds a date limit to the execution of an application.

run\JvTimeLimit.pas


Pascal

 run\JvTimeLimit.pas
 TJvTimeLimit = class(TJvComponent);


Description

  1. 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.

run\JvTimeLimit.pas


About

Navigation

run\JvTimeLimit.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