mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-14 14:59:32 +02:00
* Patch from Reinier Olieslagers to fix typo in property
git-svn-id: trunk@19417 -
This commit is contained in:
parent
03b4681c1b
commit
a5cff8099c
@ -136,7 +136,8 @@ type
|
||||
procedure GetServiceStatus(SHandle : THandle; Var Status : TServiceStatus); overload;
|
||||
procedure GetServiceStatus(ServiceName : String; Var Status : TServiceStatus); overload;
|
||||
Property Handle : THandle Read FHandle;
|
||||
Property Acces : DWord read FAccess Write FAccess;
|
||||
Property Access : DWord read FAccess Write FAccess;
|
||||
Property Acces : DWord read FAccess Write FAccess; deprecated; //Kept for compatibility
|
||||
Property Services : TServiceEntries Read FServices;
|
||||
published
|
||||
{ Published declarations }
|
||||
|
Loading…
Reference in New Issue
Block a user