Kofax DM API Uživatelský manuál Strana 227

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 528
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 226
DM API METHODS AND PROPERTIES 207
GetPropertyIndex
Example
This sample code demonstrates the GetPropertyIndex call on the
PCDPropertyList object. The form accepts the property name as the
input value, and it returns the zero-based index of that property.
Private Sub cbGetIndex_Click()
Dim nResult As Long
Dim nIndex As Long
Dim nSize As Long
Dim sPropName As String
sPropName = txtPropertyName.Text
If sPropName = "None" Then
MsgBox "Please enter a property before " _
& "trying to retrieve the index."
Else
nSize = oIndexFormProps.GetSize()
If nSize > 0 Then
Zobrazit stránku 226
1 2 ... 222 223 224 225 226 227 228 229 230 231 232 ... 527 528

Komentáře k této Příručce

Žádné komentáře