Method: Create
Creates and initializes an image saving component.
Syntax:
constructor Create(Owner: TComponent); override;
Description:
Call Create to instantiate an image saving object at runtime. Image saving components added at design time are created automatically.
Parameters:
- 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.
Contents
Copyright © 2001-2024
Han-soft Corporation. All rights reserved.