mirror of
https://github.com/CloudDelphi/Router4Delphi.git
synced 2025-12-19 08:43:43 +01:00
Update Router4D.Utils.pas
This commit is contained in:
parent
b002253baf
commit
72c4fef9fd
@ -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);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user