Create

<< Click to Display Table of Contents >>

Navigation:  TMyCAD > Methods >

Create

constructor Create(AOwner: TComponent);      

 

       

Description:

 

Create TMyCAD; There are a layer be created,named "Layer0".

 

Example:

 

var

 MyCAD:TMyCAD;

begin

MyCAD:=TMyCAD.Create(Form1);

MyCAD.Parent:=Form1;

end;

 

 

 

See also:

 

Destroy