IBX.IBSubscription.TIBSubscriptionItems.Add

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Add: TIBSubscriptionItem;

C++

HIDESBASE TIBSubscriptionItem* __fastcall Add();

Properties

Type Visibility Source Unit Parent
function public
IBX.IBSubscription.pas
IBX.IBSubscription.hpp
IBX.IBSubscription TIBSubscriptionItems

Description

Holds all the subcriptions that you want the component to manipulate.

This class descends from TOwnedCollection.

See also