System.Types.IAsyncResult.IsCompleted
Delphi
property IsCompleted: Boolean read GetIsCompleted;
C++
__property bool IsCompleted = {read=GetIsCompleted};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | System.Types.pas System.Types.hpp |
System.Types | IAsyncResult |
Description
Is True
if the asynchronous call is finished.