Kofax DM API Manual do Utilizador Página 229

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 528
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 228
DM API METHODS AND PROPERTIES 209
GetPropertyValue
GetPropertyValue
Use this method to get the value of the named property from the
current row in the results set.
Syntax
PCDGetDoc.GetPropertyValue( strPropName )
PCDGetForm.GetPropertyValue( strPropName )
PCDGetStream.GetPropertyValue( strPropName )
PCDPropertyList.GetPropertyValue( strPropName )
PCDPropertyLists.GetPropertyValue( strPropName )
PCDPutDoc.GetPropertyValue( strPropName )
PCDPutStream.GetPropertyValue( strPropName )
PCDRecentDoc.GetPropertyValue( strPropName )
PCDSearch.GetPropertyValue( strPropName )
Parameter
Returns
Returns a VARIANT variable that contains the property value that you
requested when you called GetPropertyValue.
Usage
You should call NextRow or SetRow before you call this method. After
making this call to get the property value, you should check the
ErrNumber property. It should be zero (
S_OK) unless there was an
error. Possible errors can include an invalid property name or not being
set to a valid row.
Example
The Example in the discussion of the PCDGetDoc object illustrates
how you can use this method.
Related Items
See the following objects:
strPropName The name of the property for which
GetPropertyValue is to retrieve the value.
Vista de página 228
1 2 ... 224 225 226 227 228 229 230 231 232 233 234 ... 527 528

Comentários a estes Manuais

Sem comentários