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