System.SyncObjs.TSimpleEvent.Create

From RAD Studio API Documentation
Jump to: navigation, search

C++

/* TEvent.Create */ inline __fastcall TSimpleEvent(Winapi::Windows::PSecurityAttributes EventAttributes, bool ManualReset, bool InitialState, const System::UnicodeString Name, bool UseCOMWait)/* overload */ : TEvent(EventAttributes, ManualReset, InitialState, Name, UseCOMWait) { }
/* TEvent.Create */ inline __fastcall TSimpleEvent(bool UseCOMWait)/* overload */ : TEvent(UseCOMWait) { }

Properties

Type Visibility Source Unit Parent
constructor public System.SyncObjs.hpp System.SyncObjs TSimpleEvent

Description

Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!