Automatic code generation into Delphi code
MetaEdit+ offers automatic code generation to Delphi by creating unit-definitions for each class including:
- Interface and implementation sections
- Uses section according to possible dependencies (e.g. from UML)
- Attribute and operation types (public, private, protected, published)
- Aggregation structures are generated into public properties
- Operations can be either functions or procedures
- Virtual and dynamic operations noted
- Class level operations included
- If method body is not available, empty begin-end pair generated
- Virtual and dynamic functions and procedures are inspected from method protocol.
- Documentation about classes, attributes and operations included as comments



