Update Router4D.Utils.pas

This commit is contained in:
Thulio Bittencourt 2021-04-04 11:15:55 -03:00
parent b002253baf
commit 72c4fef9fd

View File

@ -22,7 +22,7 @@ type
FProc: TProc<TObject, String>;
FAux : String;
public
constructor Create(Owner: TComponent; Proc: TProc<TObject, String>; Aux : String = ''); virtual;
constructor Create(Owner: TComponent; Proc: TProc<TObject, String>; Aux : String = ''); reintroduce;
class function AnonProc2NotifyEvent(Owner: TComponent; Proc: TProc<TObject, String>; Aux : String = ''): TNotifyEvent;
published
procedure Event(Sender: TObject);