JVCL Help:TJvThreadTimer.Create
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvThreadTimer.Create Constructor
[+] TJvThreadTimer Methods
[+] TJvThreadTimer Properties
Search in JVCL Help
Search in all projectsSummary
Creates and initializes a new TJvThreadTimer object.
Pascal
constructorCreate(AOwner: TComponent); override;
Parameters
Parameters | Description |
AOwner: TComponent | A component, typically the form, that is responsible for freeing the timer. |
Description
Use Create to create and initialize a new TJvThreadTimer object.
Create calls the inherited Create method, creates a thread and then sets the initial values for the timer as follows:
- Interval is set to 100.
- Enabled is set to false.
- Priority is set to tpNormal
- KeepAlive is set to false.
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