System.Types.TMultiWaitEvent.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class function Create: TMultiWaitEvent; static;

C++

static TMultiWaitEvent* __fastcall Create();
/* TObject.Create */ inline __fastcall TMultiWaitEvent() : System::TObject() { }

Properties

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

Description

Returns an instance of the registered descendant type that provides the actual implementation.

Exceptions

A call to Create may raise a run-time error with the code rePlatformNotImplemented if FMultiEventType is not set.

See Also