Data.DBXCommon.TDBXProperties.Events

From RAD Studio API Documentation
Jump to: navigation, search

[–] 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.

See Also