Data.DBXCommon.TDBXProperties.Events
[–] Properties | |
---|---|
Type: property | |
Visibility: public | |
Source: Data.DBXCommon.pas Data.DBXCommon.hpp
| |
Unit: Data.DBXCommon | |
Parent: TDBXProperties |
Delphi
property Events: TEventsCollection read FEvents write FEvents;
C++
__property TEventsCollection* Events = {read=FEvents, write=FEvents};
Description
Specifies a collection of event procedures, which are stored by name.
The Events property specifies a collection of event procedures, stored by their names.