Kofax DM API Manual do Utilizador Página 227

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 528
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 226
DM API METHODS AND PROPERTIES 207
GetPropertyIndex
Example
This sample code demonstrates the GetPropertyIndex call on the
PCDPropertyList object. The form accepts the property name as the
input value, and it returns the zero-based index of that property.
Private Sub cbGetIndex_Click()
Dim nResult As Long
Dim nIndex As Long
Dim nSize As Long
Dim sPropName As String
sPropName = txtPropertyName.Text
If sPropName = "None" Then
MsgBox "Please enter a property before " _
& "trying to retrieve the index."
Else
nSize = oIndexFormProps.GetSize()
If nSize > 0 Then
Vista de página 226
1 2 ... 222 223 224 225 226 227 228 229 230 231 232 ... 527 528

Comentários a estes Manuais

Sem comentários