Method SelectItemType(var TableId: integer, ApplCode: string): boolean
Description
Selects an Isah item type based on a specific application code. Isah settings are used to indicate which item types may be used for a specific CAD application. In the selection form only those options that are allowed for the relevant CAD application are showed. If only one type is allowed, it is immediately returned as a result without showing the form to the user.
TableId
Table ID, input and output parameters of the selected item type.
ApplCode
Application code; this must be present in the T_Application table and there are a limited number of possible values: ACAD, INV or SW.
Result
Indicates whether the selection was successful (= TRUE) or not (= FALSE).