Pcdpropertylist – Kofax DM API User Manual

Page 113

Advertising
background image

DM API O

BJECTS

93

PCDPropertyList

nResult = oDeleteProp.

NextProperty

()

Next i

End If

lstProperties.ListIndex = 0

nActiveProperty = lstProperties.ListIndex

End Sub


Private Sub lstProperties_Click()

nActiveProperty = lstProperties.ListIndex

End Sub

Private Sub cbGetIndex_Click()

'Note: This code above demonstrates the

'GetPropertyIndex call on the PCDPropertyList

'object. You enter the property name ( value ),

'and you are returned the zero-based index of

'that property.

Advertising