RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBEvents.Registered Property

Indicates whether the events in the Events property are registered.

Pascal
property Registered: Boolean;
C++
__property Boolean Registered;

Set Registered to true to call RegisterEvents, which registers the events listed by the Events property. Read Registered to determine whether TIBEvents is currently registered (that is, if the InterBase Event manager is notifying this component when any of its events occur.) 

 

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