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