TTMSFNCWebPushDBEnumerator Class
Iterates over the stored subscriptions, yielding one record per row in the underlying dataset. Enables
for ... initeration over the subscription store.
API unit family: TMS.TMSFNCWebPushDB
Syntax
TTMSFNCWebPushDBEnumerator = class
Properties
| Name | Description |
|---|---|
| Current | Returns the subscription record at the current iteration position. |
Methods
| Name | Description |
|---|---|
| GetCurrent | Reads the record at the current dataset position and advances to the next record. |
| MoveNext | Determines whether another record is available for iteration. |