System.Types.TMultiWaitEvent

From RAD Studio API Documentation
Jump to: navigation, search

System.TObjectTMultiWaitEvent

Delphi

TMultiWaitEvent = class abstract

C++

class PASCALIMPLEMENTATION TMultiWaitEvent : public System::TObject

Properties

Type Visibility Source Unit Parent
class public
System.Types.pas
System.Types.hpp
System.Types System.Types

Description

Abstract base class that the System.Classes unit fully implements. IAsyncResult.GetAsyncWaitEvent uses this class as the return type.

TMultiWaitEvent provides methods that you can use to:

You can implement this class by creating a descendant, but we recommend that you use the implementation that System.Classes provides. If you attempt to create an alternative implementation you must adhere to the rules that are laid out in the abstract virtual methods.

See Also