xHarbour Reference Documentation > Command Reference |
Changes the current video mode of the application.
SET VIDEOMODE TO <nMode>
The SET VIDEOMODE command changes the current display to text mode and different graphic modes. Two modes are supported for which the #define constant LLG_VIDEO_TEXT and LLG_VIDEO_VGA_640_480_16 are used.
Note: When changing from LLG_VIDEO_TEXT to LLG_VIDEO_VGA_640_480_16, all displayed text lines are converted to the equivalent graphic display. This conversion is not applied when switching back.
See also: | Set() |
Category: | Output commands , SET commands |
Header: | Set.ch |
Source: | rtl\set.c |
LIB: | xhb.lib |
DLL: | xhbdll.dll |
http://www.xHarbour.com