System.Classes.TBaseAsyncResult.Context

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property Context: TObject read FContext;

C++

__property System::TObject* Context = {read=FContext};

プロパティ

種類 可視性 ソース ユニット
property protected
System.Classes.pas
System.Classes.hpp
System.Classes TBaseAsyncResult


説明

ユーザー指定のコンテキストです。

Context には、IAsyncResult.GetAsyncContext を通じてアクセスできます。

関連項目