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>; FProc: TProc<TObject, String>;
FAux : String; FAux : String;
public 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; class function AnonProc2NotifyEvent(Owner: TComponent; Proc: TProc<TObject, String>; Aux : String = ''): TNotifyEvent;
published published
procedure Event(Sender: TObject); procedure Event(Sender: TObject);