| 
 
  | 
                       Tests if the table is encrypted                        
function PXTblProtected
   (TblName          : String;                { name of table to check }
    var Protected    : Boolean): Integer;     { returns TRUE/FALSE     }
Errors: PXERR_INVTABLENAME       99  Invalid table name
        PXERR_TABLENOTFOUND     120  Table was not found | 
| 
 
  |