Data.DBXCommon.TDBXProperties.Events

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Events: TEventsCollection read FEvents write FEvents;

C++

__property TEventsCollection* Events = {read=FEvents, write=FEvents};

Properties

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

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