Method: Create
Creates and initializes a TLogo2D component.
Syntax:
constructor Create(Owner: TComponent); override;
Description:
Call Create to instantiate a TLogo2D object at runtime. The TLogo2D components added at design time are created automatically.
Parameters:
- Owner: TComponent; It is the component that is responsible for freeing the TLogo2D 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.