Kofax DM API Manual de usuario Pagina 228

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 528
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 227
208 CHAPTER 4
GetPropertyIndex
nIndex = _
oIndexFormProps.GetPropertyIndex( _
sPropName )
If nIndex >= 0 And nIndex < nSize Then
txtPropertyIndex.Text = nIndex
Else
MsgBox "This is not a valid property " _
& "or the property returned is " _
& "out of range."
End If
Else
MsgBox "The PropertyList is empty."
End If
End If
End Sub
Related Items
See the PCDPropertyList object.
See the following methods:
BeginIter
DeleteProperty
GetCurrentPropertyName
GetCurrentPropertyValue
NextTrustee
See the following properties:
ErrDescription
ErrNumber
Vista de pagina 227
1 2 ... 223 224 225 226 227 228 229 230 231 232 233 ... 527 528

Comentarios a estos manuales

Sin comentarios