Data.DBXCommon.TEventsCollection.Events

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property Events[const AName: string]: TEventPointer read GetEvent write SetEvent;

C++

__property TEventPointer Events[const System::UnicodeString AName] = {read=GetEvent, write=SetEvent};

Propriétés

Type Visibilité  Source Unité  Parent
property
event
public
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon TEventsCollection


Description

Spécifie une collection d'événements, qui sont accessibles par leur nom.

La propriété Events spécifie une collection d'événements, qui sont accessibles par leur nom.

Voir aussi