Data.DBXCommon.TEventsCollection.Events
Delphi
property Events[const AName: string]: TEventPointer read GetEvent write SetEvent;
C++
__property TEventPointer Events[const System::UnicodeString AName] = {read=GetEvent, write=SetEvent};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property event |
public | Data.DBXCommon.pas Data.DBXCommon.hpp |
Data.DBXCommon | TEventsCollection |
Description
Specifies a collection of events, which are accessible by name.
The Events property specifies a collection of events, which are accessible by name.