RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBEvents.Events Property

Specifies the events to which TIBEvents responds.

Pascal
property Events: TStrings;
C++
__property TStrings Events;

Use the Events property to list events to which the IBEvents component responds.  

To add an event use code similar to the following:

Delphi: IBEvents.Events.Add('EVENT_NAME')
    C++: IBEvents->Events->Add("EVENT_NAME")

Note: Event names are case-sensitive.
 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!