System.Types.TMultiWaitEvent.FMultiEventType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

FMultiEventType: TMultiWaitEventClass;

C++

static TMultiWaitEventClass FMultiEventType;

Properties

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

Description

The static class function Create uses this variable to construct an instance of a TMultiWaitEvent descendant that implements the needed functionality.

This variable is set by a single descendant. The expectation is that only one descedant of TMultiWaitEvent exists. That descendant provides the actual implementation.

See Also