Previous: GetTime procedure To the Table of Content Next: Intr procedure

- 4.24.2.22 -
Standard Units
Dos Unit
Dos Unit Procedures and Functions

GetVerify procedure

Targets: MS-DOS, OS/2, Win32


Dos Unit, WinDos Unit

Returns the state of the verify flag in DOS.

Declaration:
procedure GetVerify(var State: Boolean);
Remarks:
State is True if the DOS verify flag is enabled, otherwise false.

With the DOS verify flag enabled, all output to disk is verified to ensure data integrity. Otherwise, all output is not verified. To set the status of the DOS verify flag, use SetVerify.

Win32 target:
GetVerify not changes the State variable, since this service is not provided by Windows API.


Previous: GetTime procedure To the Table of Content Next: Intr procedure
GetTime procedure Table of Content Intr procedure

- 4.24.2.22 -