System.Types.TMultiWaitEvent.SetEvent

From RAD Studio API Documentation
Revision as of 10:44, 9 April 2015 by Danijelp (talk | contribs) (RS-60536)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Delphi

procedure SetEvent;

C++

void __fastcall SetEvent(void);

Properties

Type Visibility Source Unit Parent
procedure
function
public
System.Types.pas
System.Types.hpp
System.Types TMultiWaitEvent

Description

Explicitly sets the event as signaled.

The implementation of a specific IAsyncResult typically calls this procedure.

See Also