Previous Topic

Next Topic

Inhoudsopgave

Book Index

IsahItemExists Method

Method Method IsahItemExists(TableId: integer, PrimKey: string): boolean

Description

Checks whether a certain item is present in the database based on certain key values.

TableId

Table ID. There are a limited number of possible values:

PrimKey

Key value, the contents depend on the TableId.

Result

Item found (= TRUE) or not (= FALSE).