|
|
Finds table name corresponding to a table handle
function PXTblName
(TblHandle: TableHandle; { table to return name of }
var TblName : String): Integer; { name of table, without extension }
Errors: PXERR_INVTABLEHANDLE 76 Invalid table handle
PXERR_BUFTOOSMALL 117 Buffer too small for result |
|
|