JVCL Help:TJvTimerEvents.Add

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

Search in JVCL Help

 
Search in all projects
 

Summary

Creates a new TJvTimerEvent object and adds it to the end of the Items property array.


Pascal

 functionAdd: TJvTimerEvent;


Return Value

Returns the newly created TJvTimerEvent object


Description

Call Add to add a new timer to the timer list. Use Add when adding a timer whose properties will be set at a later time. If the values of the TJvTimerEvent properties are known at the time of creation, use the Add method of the TJvTimerList object instead.


See Also

TJvTimerList.Add


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