RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TTimer.Create Constructor

Instantiates a timer object.

Pascal
constructor Create(AOwner: TComponent); override;
C++
virtual __fastcall TTimer(TComponent * AOwner);

Call Create to instantiate a timer at runtime. Timers added to forms or data modules at design time are created automatically. 

AOwner specifies the component, typically a form or data module, that is responsible for freeing the timer. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!