* Merging revisions r45748 from trunk:

------------------------------------------------------------------------
    r45748 | ondrej | 2020-07-09 21:02:37 +0200 (Thu, 09 Jul 2020) | 1 line
    
    daemonapp: virtual ShowHelp
    ------------------------------------------------------------------------

git-svn-id: branches/fixes_3_2@46659 -
This commit is contained in:
michael 2020-08-23 10:43:29 +00:00
parent 0f07d8b764
commit 06987993c4

View File

@ -373,7 +373,7 @@ Type
procedure InstallDaemons;
procedure RunDaemons;
procedure UnInstallDaemons;
procedure ShowHelp;
procedure ShowHelp; virtual;
procedure CreateForm(InstanceClass: TComponentClass; var Reference); virtual;
Property OnRun : TNotifyEvent Read FOnRun Write FOnRun;
Property EventLog : TEventLog Read GetEventLog;