Kofax DM API Bedienungsanleitung Seite 104

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 528
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 103
84 CHAPTER 3
PCDPropertyList
Example
The following example shows how you can incorporate the
functionality of the GetPropertyList object into an application.
Public oGlobalPropertyList As New PCDPropertyList
Private Sub cbDelete_Click()
Dim nResult As Long
Dim nTotalElements As Integer
nTotalElements = oGlobalPropertyList.GetSize
MsgBox "The Total number of elements in the “ _
& “PCDPropertyList - " + Str(nTotalElements)
For i = 1 To nTotalElements
nResult=oGlobalPropertyList.NextProperty()
nResult=DeleteForm.oDeleteProp.AddProperty( _
oGlobalPropertyList.GetCurrentPropertyName(),
oGlobalPropertyList.GetCurrentPropertyValue())
Next i
DeleteForm.Show
Seitenansicht 103
1 2 ... 99 100 101 102 103 104 105 106 107 108 109 ... 527 528

Kommentare zu diesen Handbüchern

Keine Kommentare