Kofax DM API Instrukcja Użytkownika Strona 228

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 528
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 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
Przeglądanie stron 227
1 2 ... 223 224 225 226 227 228 229 230 231 232 233 ... 527 528

Komentarze do niniejszej Instrukcji

Brak uwag