Creates and initializes a TCopyFmx2D component.
constructor Create(Owner: TComponent); override;
Call Create to instantiate a TCopyFmx2D object at runtime. TCopyFmx2D component added at design time are created automatically.
Owner: TComponent; It is the component that is responsible for freeing the TCopyFmx2D component instance. Typically, this is the form. It becomes the value of the Owner property.