Kofax DM API Bedienungsanleitung Seite 112

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 528
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 111
92 CHAPTER 3
PCDPropertyList
'Determine number of rows in the PCDPropertyList.
nTotalRows = oDeleteProp.GetSize()
If nTotalRows > 0 Then
'If there are rows in the Property list, get
'ready to retrieve properties from the list.
nResult = oDeleteProp.BeginIter()
'Place the property names in the listbox.
For i = 1 To nTotalRows
lstProperties.AddItem( _
oDeleteProp.GetCurrentPropertyName())
nResult = oDeleteProp.NextProperty()
Next i
End If
lstProperties.ListIndex = 0
nActiveProperty = lstProperties.ListIndex
End Sub
Private Sub Form_Load()
Dim nResult As Long
Dim nTotalRows As Long
'Determine number of rows in the PCDPropertyList.
nTotalRows = oDeleteProp.GetSize()
If nTotalRows > 0 Then
'If there are rows in the Property list, get
'ready to retrieve properties from the list.
nResult = oDeleteProp.BeginIter()
'Place the property names in the listbox.
For i = 1 To nTotalRows
lstProperties.AddItem( _
oDeleteProp.GetCurrentPropertyName())
Seitenansicht 111
1 2 ... 107 108 109 110 111 112 113 114 115 116 117 ... 527 528

Kommentare zu diesen Handbüchern

Keine Kommentare