JVCL Help:TJvTimeLimit.OnExpire

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

Search in JVCL Help

 
Search in all projects
 

Summary

Occurs when the current date is equal or past the date specified by EndDate.


Pascal

 propertyOnExpire: TNotifyEvent;


Description

Write an OnExpire event handler to take specific action when the current date is equal or past the date specified by EndDate. For example, you can display a message box that notifies the user the application has expired.
After the event is handled the application is terminated. If no event handler is specified, TJvTimeLimit shows a default message.


See Also

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