| 
 
  | 
          Transfers the current record to the record transfer buffer          
function PXRecGet
   (TblHandle        : TableHandle;        { table to get record from       }
    RecHandle        : RecordHandle): Int; { record buffer to put record in }
Errors: PXERR_INVTABLEHANDLE     76  Invalid table handle
        PXERR_INVRECHANDLE      104  Invalid record handle
        PXERR_TABLEEMPTY        105  Operation on empty table | 
| 
 
  |