|
|
Finds the number of key fields in a table
function PXKeyNFlds
(TblHandle : TableHandle; { table to get key size for }
var NKeyFlds : Integer): Integer; { returns number of fields in key }
Errors: PXERR_INVTABLEHANDLE 76 Invalid table handle |
|
|