Create new Pascal code generator instance
Source position: pascodegen.pp line 77
public constructor TPascalCodeGenerator.Create( |
AOwner: TComponent |
); override; |
AOwner |
|
Owner component |
Create initializes a new TPascalCodeGenerator instance. It creates internal string lists for source code, license text and compiler switches. The default compiler switches MODE ObjFPC and H+ are automatically added.
|
Destroy Pascal code generator instance |