IBX.IBSubscription.TIBSubscriptionInfos Properties
InheritedProtected
Capacity | public | Provides access to the internal TList.Capacity property. |
Count | public | Returns the number of items in the collection. |
Database | public | Returns the database connection to use. |
Disposed | protected | Disposed is a read-only property that shows the current state of this object. |
IsEmpty | public | |
ItemClass | public | Indicates the class to which the collection's items belong. |
Items | public | Lists the items in the collection. |
NextID | protected | Specifies a unique ID that can be assigned to the next added collection item. |
PropName | protected | Specifies the name of the property that the collection implements. |
SubscriptionInfos | public | Returns the TIBSubscriptionInfo item of the collection to the given index. |
Transaction | public | Returns the transaction to use. |
UpdateCount | protected | Counts the number of times BeginUpdate was called without a corresponding call to EndUpdate. |