home *** CD-ROM | disk | FTP | other *** search
- { }
- { Interface to the Btrieve Record Manager }
- { }
- type
- STR128 = PACKED ARRAY[1..128] of CHAR;
-
- function btrv(fcn:Integer;
- VAR cur_block : STR128;
- VAR data_buf : STRING;
- VAR data_len : Integer;
- VAR key_buf : STRING;
- key_number : Integer): Integer; External;
-
- pragma Alias(btrv,'BTRV');
-