The Wiert Corner – irregular stream of stuff

Jeroen W. Pluimers on .NET, C#, Delphi, databases, and personal interests

  • My badges

  • Twitter Updates

  • My Flickr Stream

  • Pages

  • All categories

  • Enter your email address to subscribe to this blog and receive notifications of new posts by email.

    Join 4,262 other subscribers

On my research list: Delphi; automatically generate class body from interface definition

Posted by jpluimers on 2019/01/23

Still need to research this: [WayBack] I search for way to automatically generate class body from interface definition… – Jacek Laskowski – Google+

–jeroen

2 Responses to “On my research list: Delphi; automatically generate class body from interface definition”

  1. rvelthuis said

    Usng Code Completion, you can do it step-by-step, i.e. choosing one method per invocation. Not really very convenient, but it beats typing everything by hand.

    Of course, you can also do a simple copy/paste from the interface declaration.

Leave a comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.