System.Types.IAsyncResult.CompletedSynchronously
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.