System.Types.TMultiWaitEvent.AtomicSetEventState

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure AtomicSetEventState(State: Boolean); virtual; abstract;

C++

virtual void __fastcall AtomicSetEventState(bool State) = 0 ;

Properties

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

Description

Note: This is an abstract method that descendants of TMultiWaitEvent override.

This method atomically sets the state of the event.

See Also