mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-22 02:49:28 +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(SHandle : THandle; Var Status : TServiceStatus); overload;
|
||||||
procedure GetServiceStatus(ServiceName : String; Var Status : TServiceStatus); overload;
|
procedure GetServiceStatus(ServiceName : String; Var Status : TServiceStatus); overload;
|
||||||
Property Handle : THandle Read FHandle;
|
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;
|
Property Services : TServiceEntries Read FServices;
|
||||||
published
|
published
|
||||||
{ Published declarations }
|
{ Published declarations }
|
||||||
|
Loading…
Reference in New Issue
Block a user