Data.DBXCommon.TEventsCollection.AllEvents

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
property public
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon TEventsCollection

Description

Specifies a dictionary of all events.

The AllEvents property specifies a dictionary of all events.

See Also