Vcl.ComCtrls.TAnimate.Create
Delphi
constructor Create(AOwner: TComponent); override;
C++
__fastcall virtual TAnimate(System::Classes::TComponent* AOwner);
/* TWinControl.CreateParented */ inline __fastcall TAnimate(HWND ParentWindow) : Vcl::Controls::TWinControl(ParentWindow) { }
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
constructor | public | Vcl.ComCtrls.pas Vcl.ComCtrls.hpp |
Vcl.ComCtrls | TAnimate |
Description
Creates and initializes an animation control.
Call Create to instantiate an animation control at runtime. Animation controls placed on forms at design time are created automatically.
AOwner is the component that is responsible for freeing the TAnimate instance. It becomes the value of the Owner property.
See Also
Code Examples