IDE insert superfluous code

Original Reporter info from Mantis: ag888
  • Reporter name: Andrey Gusev

Description:

With each insertion of event implementation with the IDE aid, i also give superfluous code:
---
procedure Tvdm1.Departurereset(Contrtblname: String; Contrds: Tdataset;
Contrid: Integer; Whatcontr: String; Msgdone: Boolean; Askcanc: Boolean);
begin
end;
---
though i already have:
---
procedure TVDM1.DepartureReset(ContrTblName: String; ContrDS: TDataset; ContrID: Integer; WhatContr: String; MsgDone,AskCanc: Boolean);
[...]
---
DepartureReset() is my own public procedure.

Mantis conversion info:

  • Mantis ID: 10455
  • Version: 0.9.25 (SVN)