Kofax DM API Manual de usuario Pagina 128

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 528
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 127
108 CHAPTER 3
PCDSQL
that allows the document security token (DST) to be shared
throughout the entire application.
'These are the Project-wide Global variables.
Private msDST As String
Private Sub Class_Initialize()
'msDST will be used to handle the DST.
msDST = ""
End Sub
'Used to set the DST within the DocInternal Class.
Public Sub SetDST(sInputString As String)
msDST = sInputString
End Sub
'Used to retrieve the DST from the DocInternal
'Class.
Public Function GetDST() As String
GetDST = msDST
End Function
'Global Variable declaration section.
Vista de pagina 127
1 2 ... 123 124 125 126 127 128 129 130 131 132 133 ... 527 528

Comentarios a estos manuales

Sin comentarios