|
|
|
|
|
SysScreenOrientation (Function) In french: SysOrientationEcran Allows you to: - get the orientation of an Android or iOS device.
- set the orientation of an Android device.
ListAdd(LIST_Orientations, SysListScreenOrientation())
LIST_Orientations = SysScreenOrientation()
Syntax
Getting the screen orientation Hide the details
<Result> = SysScreenOrientation()
<Result>: Character String constant Value of the current screen orientation: | | Orient0 | The screen is oriented in the default direction. | Orient90 | The screen is turned around by 90° clockwise. | Orient180 | The screen is turned around by 180°. | Orient270 | The screen is turned around by 90° counterclockwise (or by 270° clockwise). |
Business / UI classification: Business Logic Component: wd300android.aar
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|