System.Types.IAsyncResult.GetIsCompleted

提供:RAD Studio API Documentation

Delphi

function GetIsCompleted: Boolean;

C++

virtual bool __fastcall GetIsCompleted() = 0 ;

プロパティ

種類 可視性 ソース ユニット
function public
System.Types.pas
System.Types.hpp
System.Types IAsyncResult


説明

非同期呼び出しが完了した場合に、True を返します。

関連項目