System.Types.TMultiWaitEvent.SetEvent

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

Delphi

procedure SetEvent;

C++

void __fastcall SetEvent();

プロパティ

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


説明

イベントを信号ありの状態に明示的に設定します。

特定の IAsyncResult の実装が、大抵このプロシージャを呼び出します。

関連項目