IBX.IBSubscription.TIBSubscriptionItem

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TCollectionItemSystem.Classes.TPersistentSystem.TObjectTIBSubscriptionItem

Delphi

TIBSubscriptionItem = class(TCollectionItem)

C++

class PASCALIMPLEMENTATION TIBSubscriptionItem : public System::Classes::TCollectionItem

Properties

Type Visibility Source Unit Parent
class public
IBX.IBSubscription.pas
IBX.IBSubscription.hpp
IBX.IBSubscription IBX.IBSubscription

Description

TIBSubscriptionItem is the definition of the physical Subscription.

If you only want to turn on and off a subscription in a transaction, you only have to fill out the SubscriptionName. If you want to create subscriptions, you need to fill out the SubscriptionInfo collection to fully define the collection.

See also