System.SyncObjs.TSimpleEvent.Create

提供: RAD Studio API Documentation
移動先: 案内検索

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) { }

プロパティ

種類 可視性 ソース ユニット
constructor public System.SyncObjs.hpp System.SyncObjs TSimpleEvent

説明

このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。