Selaa lähdekoodia

* THandleObjectArray added

marcoonthegit 3 vuotta sitten
vanhempi
commit
05c2bd85d3
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      packages/fcl-base/src/syncobjs.pp

+ 1 - 0
packages/fcl-base/src/syncobjs.pp

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