IBX.IBSubscription.TIBSubscriptions.DropSubscriptions
Delphi
procedure DropSubscriptions(Cascade : Boolean = False);
C++
void __fastcall DropSubscriptions(bool Cascade = false);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
public | IBX.IBSubscription.pas IBX.IBSubscription.hpp |
IBX.IBSubscription | TIBSubscriptions |
Description
Drops the IBSubscriptionItems.
This does not clear the collection. It is possible to drop the current version of the subscription, change the subscription items details and then create it differently so the existing ones are not cleared on the client.