IBX.IBSubscription.TIBSubscriptions

提供: RAD Studio API Documentation
移動先: 案内検索

System.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTIBSubscriptions

Delphi

TIBSubscriptions = class(TComponent)

C++

class PASCALIMPLEMENTATION TIBSubscriptions : public System::Classes::TComponent

プロパティ

種類 可視性 ソース ユニット
class public
IBX.IBSubscription.pas
IBX.IBSubscription.hpp
IBX.IBSubscription IBX.IBSubscription


説明

TIBSubscriptions クラスの主な用途は、サブスクリプションをアクティブ/非アクティブにすることです。

TIBSubscriptions のもう 1 つの機能は、サブスクリプションの作成と削除です。

このコンポーネントには TIBSubscriptionItems のコレクションが格納されます。このコンポーネントを使用してサブスクリプションをアクティブ/非アクティブにするだけであれば、TIBSubscriptionItemサブスクリプション名を設定するだけでかまいません。一方、サブスクリプションを作成する場合は、TIBSubscriptionItem の情報を完全に設定しなければなりません。

TIBSubscriptions は多重サブスクリプション レベルで機能します。主にサブスクリプションをアクティブ/非アクティブにするために設計されているため、TIBSubscriptions の各インスタンスには、同時に有効にするサブスクリプションをすべて追加しなければなりません。

関連項目