IBX.IBEvents.TIBEvents.Registered

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Registered: Boolean read GetRegistered write SetRegistered;

C++

__property bool Registered = {read=GetRegistered, write=SetRegistered, nodefault};

Properties

Type Visibility Source Unit Parent
property published
IBX.IBEvents.pas
IBX.IBEvents.hpp
IBX.IBEvents TIBEvents

Description

Indicates whether the events in the Events property are 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.)