Kofax DM API Manual do Utilizador Página 228

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 528
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 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 página 227
1 2 ... 223 224 225 226 227 228 229 230 231 232 233 ... 527 528

Comentários a estes Manuais

Sem comentários