-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Hello Adriano,
Could you change PascalGenerator class to generate contructor & destructor names in a more object pascal way, ie first char capitalized (Create, Destroy). Now it all go lowercase.
Also, in base class, TObject destructor is defined as: procedure Destroy; virtual;
It means in override implementation you should call "inherited;" after specific class cleanup.
I just analyzed a bit generated code in FbApi.pas
Metadata
Metadata
Assignees
Labels
No labels