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