Getcurrentpropertyvalue, Getcurrentpropertyvalue 180 – Kofax DM API User Manual

Page 200

Advertising
background image

180 C

HAPTER

4

GetCurrentPropertyValue

GetCurrentPropertyValue

Use this method to get the value of the property to which the current
property pointer points. The

PCDPropertyList

maintains a current

property pointer so that you can iterate through the entire list of stored
properties without knowing their names. The PCDPropetyLists object
also supports this method as a way to access property values in a
collection of property lists.

Syntax

PCDPropertyList.GetCurrentPropertyValue()

PCDPropertyLists.GetCurrentPropertyValue()

Returns

Returns a

VARIANT

value with the contents of the current property list

element.

Example

The

Example

contained in the

PCDPropertyList

object presentation in

Chapter 3 shows how you can use the GetCurrentPropertyName
method in your custom applications.

Related Items

See the following objects:

PCDPropertyList

PCDPropertyLists

See the following properties:

ErrDescription
ErrNumber

Advertising