Data.DBXCommon.TEventsCollection.AllEvents

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

Delphi

property AllEvents: TDictionary<string, TEventPointer> read FEvents;

C++

__property System::Generics::Collections::TDictionary__2<System::UnicodeString,TEventPointer>* AllEvents = {read=FEvents};

プロパティ

種類 可視性 ソース ユニット
property public
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon TEventsCollection


説明

すべてのイベントの辞書を示します。

AllEvents プロパティは、すべてのイベントの辞書を示します。

関連項目