IBX.IBSubscription.TIBSubscriptions
Delphi
TIBSubscriptions = class(TComponent)
C++
class PASCALIMPLEMENTATION TIBSubscriptions : public System::Classes::TComponent
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | IBX.IBSubscription.pas IBX.IBSubscription.hpp |
IBX.IBSubscription | IBX.IBSubscription |
Description
The main use of TIBSubscriptions class is to activate/inactivate subscriptions.
Another function of TIBSubscriptions is to create and drop subscriptions.
This component holds a collection of TIBSubscriptionItems. If you use the component only to activate and inactivate a subscription, then the TIBSubscriptionItem only needs the subscription name to be filled out. However, if you want to create a Subscription, then you should fully fill out the TIBSubscriptionItem.
TIBSubscriptions works on a multiple subscription level. Since it is designed mainly to activate/inactivate a subscriptions, you should add to each instance of TIBSubscriptions all the subscriptions you want to turn on in tandem.