|
|
Creates a record buffer
function PXRecBufOpen
(TblHandle : TableHandle; { table to create buffer for }
var RecHandle : RecordHandle): Int; { returns handle to record buffer }
Errors: PXERR_INVTABLEHANDLE 76 Invalid table handle
PXERR_OUTOFRECHANDLES 103 No more record handles available |
|
|