Important Notice
The pages on this site contain documentation for very old MS-DOS software,
purely for historical purposes.
If you're looking for up-to-date documentation, particularly for programming,
you should not rely on the information found here, as it will be woefully
out of date.
DirectVideo Variable
◄Crt Unit► ◄Contents► ◄Index► ◄Back►
VAR
DirectVideo : Boolean; { state of direct video addressing }
Unit: Crt
Context: TextMode, Write, Writeln
Description
When DirectVideo is set to True, output to a file associated with
the CRT is written directly into video memory.
When DirectVideo is False, output is written through BIOS calls.
Some multitasking systems experience conflicts when a program
attempts to write directly to video display memory. Setting
DirectVideo to False clears the problem, but causes slower
output.
Default setting is True. To ensure that output is continuously
performed through BIOS calls, set DirectVideo to False after each
TextMode call.