Nextmetarow, Nextmetarow 247 – Kofax DM API User Manual

Page 267

Advertising
background image

DM API M

ETHODS

AND

P

ROPERTIES

247

NextMetaRow

NextMetaRow

Use this method to increment the current pointer in the metadata
results set.

Syntax

PCDLookup.NextMetaRow()

PCDRecentDoc.NextMetaRow()

PCDSearch.NextMetaRow()

Returns

Returns a Boolean value of

TRUE

, unless there are no more rows, in

which case it returns

FALSE

.

Usage

This is useful only after calling

Execute

. Call this or

SetMetaRow

after

calling

Execute

, but before the first call to

GetMetaPropertyValue

.

Related Items

See the following objects:

PCDLookup
PCDRecentDoc
PCDSearch

See the following methods:

Execute

GetMetaPropertyValue

SetMetaRow

See the following properties:

ErrDescription
ErrNumber

Advertising