System.Types.IAsyncResult.AsyncWaitEvent

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property AsyncWaitEvent: TMultiWaitEvent read GetAsyncWaitEvent;

C++

__property TMultiWaitEvent* AsyncWaitEvent = {read=GetAsyncWaitEvent};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
System.Types.pas
System.Types.hpp
System.Types IAsyncResult


Beschreibung

Ein Ereignis, das Sie solange zum Blockieren verwenden können, bis der asynchrone Aufruf abgeschlossen ist.

Siehe auch