Table of Contents

TTMSFNCWebPushDBEnumerator.GetCurrent Method

Reads the record at the current dataset position and advances to the next record.

API unit family: TMS.TMSFNCWebPushDB Declaring type: TTMSFNCWebPushDBEnumerator

Syntax

function GetCurrent: TTMSFNCWebPushSubscriptionEnum; virtual;

Remarks

Calling this method has the side effect of moving the cursor forward, so it is intended to be invoked once per iteration step through the Current property.

Returns

The subscription record for the current position. An empty record is returned when no dataset is available.