IBX.IBSubscription.TIBSubscriptionItem.SubscriptionInfos

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property SubscriptionInfos : TIBSubscriptionInfos read FSubscriptionInfos write FSubscriptionInfos;

C++

__property TIBSubscriptionInfos* SubscriptionInfos = {read=FSubscriptionInfos, write=FSubscriptionInfos};

Properties

Type Visibility Source Unit Parent
property published
IBX.IBSubscription.pas
IBX.IBSubscription.hpp
IBX.IBSubscription TIBSubscriptionItem

Description

Represents the collection of the details of this Subscription.

You only have to fill SubscriptionInfos when you do a create action.

See also