xHarbour Reference Documentation > Command Reference xHarbour Developers Network  

SET VIDEOMODE

Changes the current video mode of the application.

Syntax

SET VIDEOMODE TO <nMode>

Arguments

TO <nMode>
<nMode> is a numeric value representing a certain video mode.

Description

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.

Info

See also:Set()
Category: Output commands , SET commands
Header:Set.ch
Source:rtl\set.c
LIB:xhb.lib
DLL:xhbdll.dll


Copyright © 2006-2007 xHarbour.com Inc. All rights reserved.
http://www.xHarbour.com
Created by docmaker.exe