System.Types.IAsyncResult.CompletedSynchronously
Delphi
property CompletedSynchronously: Boolean read GetCompletedSynchronously;
C++
__property bool CompletedSynchronously = {read=GetCompletedSynchronously};
Propriétés
| Type | Visibilité | Source | Unité | Parent |
|---|---|---|---|---|
| property | public | System.Types.pas System.Types.hpp |
System.Types | IAsyncResult |
Description
Vaut True si un appel asynchrone donné est achevé de façon synchrone.