FMX.Types.TTimer.Create
Delphi
constructor Create(AOwner: TComponent); override;
C++
__fastcall virtual TTimer(System::Classes::TComponent* AOwner);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
constructor | public | FMX.Types.pas FMX.Types.hpp |
FMX.Types | TTimer |
Description
Instantiates a timer object.
Call Create to instantiate a timer. AOwner
specifies the component responsible for freeing the timer.