Kofax DM API Manual do Utilizador Página 104

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 528
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 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
Vista de página 103
1 2 ... 99 100 101 102 103 104 105 106 107 108 109 ... 527 528

Comentários a estes Manuais

Sem comentários