BuddySubscription Property
This is a list of the subscription status for the buddy.
Syntax
__property TipwXMPPBuddySubscriptions BuddySubscription[int BuddyIndex] = {read=FBuddySubscription, write=FSetBuddySubscription};
enum TipwXMPPBuddySubscriptions { stNone=0, stTo=1, stFrom=2, stBoth=3, stRemove=4 };
Default Value
0
Remarks
This is a list of the subscription status for the buddy.
After a Sync event is fired, this property will contain all of the types of subscriptions for the buddy. They are defined as follows:
stNone (0) | no subscription |
stTo (1) | the buddy has a subscription to this entity. |
stFrom (2) | this entity has a subscription to the buddy |
stBoth (3) | subscription is both to and from |
stRemove (4) | the item is to be removed from the list |
The size of the array is controlled by the BuddyCount property.
This property is read-only and not available at design time.
Data Type
Integer