Technical Notes Database TN745D.txt FILE AND RECORD LOCKING SUPPORT Category :Pascal Platform :All Product :Turbo Pascal 4.0+ Description: Q. Is there any support in Turbo Pascal 4.0+ for file and record locking? A. There's a standard variable in the System unit called FileMode, which you can use to assign an open mode for use in all subsequent Resets. There are no record-locking routines implemented in the standard version, but they are easily implemented through MsDos calls. Reference: 7/16/98 4:35:35 PM
Last Modified: 01-SEP-99