|
|
|
|
|
InVGAMode (Function) In french: EnModeVGA
Not available
Indicates whether the application is run in VGA mode on a mobile device. Note This function only works in WINDEV Mobile (executable or go in simulator mode).
IF InVGAMode() = True THEN
Open(FEN_ModeVGA)
ELSE
Open(FEN_ModeNonVGA)
END
Syntax <Result>: Boolean - True if the following conditions are fulfilled:
- the application is run on a VGA mobile.
- the application is run in VGA mode (and not in non-VGA emulation).
- False otherwise.
Business / UI classification: UI Code
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|