System.Types.IAsyncResult.CompletedSynchronously

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CompletedSynchronously: Boolean read GetCompletedSynchronously;

C++

__property bool CompletedSynchronously = {read=GetCompletedSynchronously};

Properties

Type Visibility Source Unit Parent
property public
System.Types.pas
System.Types.hpp
System.Types IAsyncResult

Description

Is True if a given asynchronous call has completed synchronously.

See Also