System.Types.IAsyncResult.CompletedSynchronously

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property CompletedSynchronously: Boolean read GetCompletedSynchronously;

C++

__property bool CompletedSynchronously = {read=GetCompletedSynchronously};

Eigenschaften

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


Beschreibung

Ist True, wenn ein gegebener asynchroner Aufruf synchron abgeschlossen wurde.

Siehe auch