mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 04:06:08 +02:00
* Make Terminated property accessible for descendents
git-svn-id: trunk@16898 -
This commit is contained in:
parent
4e18e505f6
commit
3bbfe18ec7
@ -108,6 +108,7 @@ Type
|
||||
procedure ShowRequestException(R: TResponse; E: Exception); virtual;
|
||||
Function GetEmail : String; virtual;
|
||||
Function GetAdministrator : String; virtual;
|
||||
property Terminated: boolean read FTerminated;
|
||||
Public
|
||||
constructor Create(AOwner: TComponent); override;
|
||||
Procedure Run; virtual;
|
||||
|
Loading…
Reference in New Issue
Block a user