mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-29 14:40:25 +02:00
* THandleObjectArray added
This commit is contained in:
parent
ecb4a0abca
commit
05c2bd85d3
@ -61,6 +61,7 @@ type
|
|||||||
property Handle : TEventHandle read FHandle;
|
property Handle : TEventHandle read FHandle;
|
||||||
property LastError : Integer read FLastError;
|
property LastError : Integer read FLastError;
|
||||||
end;
|
end;
|
||||||
|
THandleObjectArray = array of THandleObject;
|
||||||
|
|
||||||
TEventObject = class(THandleObject)
|
TEventObject = class(THandleObject)
|
||||||
private
|
private
|
||||||
|
Loading…
Reference in New Issue
Block a user