Kofax DM API Manuel d'utilisateur Page 104

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 528
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 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
Vue de la page 103
1 2 ... 99 100 101 102 103 104 105 106 107 108 109 ... 527 528

Commentaires sur ces manuels

Pas de commentaire