Table of Contents

TTMSFNCCustomWebPushDB.GetEnumerator Method

Returns an enumerator that iterates the stored subscriptions, enabling for ... in iteration over the store.

API unit family: TMS.TMSFNCWebPushDB Declaring type: TTMSFNCCustomWebPushDB

Syntax

function GetEnumerator: TTMSFNCWebPushDBEnumerator; virtual;

Returns

A new enumerator positioned on the first record. The caller is responsible for freeing it unless used in a for ... in loop.