Kofax DM API Instrukcja Użytkownika Strona 104

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 528
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 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
Przeglądanie stron 103
1 2 ... 99 100 101 102 103 104 105 106 107 108 109 ... 527 528

Komentarze do niniejszej Instrukcji

Brak uwag