* THandleObjectArray added

This commit is contained in:
marcoonthegit 2022-06-25 15:49:48 +02:00
parent ecb4a0abca
commit 05c2bd85d3

View File

@ -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