Categorie: Delphi

  • SyncEdit for implementation/interface member parameters

    When I am editing a method (procedure/function) of an object, I sometimes need to add a parameter or change some. Now in Delphi code, as you probably know, you often have to do that twice: once in the implementation, and once in the interface of the unit (and make sure it matches…). Of course you…