API:System.SyncObjs.THandleObject.WaitForMultiple
Delphi
class function WaitForMultiple(const HandleObjs: THandleObjectArray;
Timeout: Cardinal; AAll: Boolean; out SignaledObj: THandleObject;
UseCOMWait: Boolean = False; Len: Integer = 0; Alertable: Boolean = False): TWaitResult;
C++
__classmethod TWaitResult __fastcall WaitForMultiple(const THandleObjectArray HandleObjs, unsigned Timeout, bool AAll, /* out */ THandleObject* &SignaledObj, bool UseCOMWait = false, int Len = 0x0, bool Alertable = false);
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| function | public | System.SyncObjs.pas System.SyncObjs.hpp | System.SyncObjs | THandleObject | 
Description
Embarcadero Technologies does not currently have any additional information.