Kofax DM API Bedienungsanleitung Seite 228

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 528
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 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
Seitenansicht 227
1 2 ... 223 224 225 226 227 228 229 230 231 232 233 ... 527 528

Kommentare zu diesen Handbüchern

Keine Kommentare