JVCL Help:TJvTimeLimit.OnExpire
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvTimeLimit.OnExpire Property
[+] TJvTimeLimit Methods
[+] TJvTimeLimit Properties
Search in JVCL Help
Search in all projectsSummary
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
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