The TScreenResolution data type enumerates all the possible application resolution modes:
Values
srCustom
|
The width and height of the application will be custom values that will be indicated separately.
|
srFitToBrowser
|
The width and height of the application will be the same of the end-user browser window. Whenever the end-user resizes the remote browser window WebFMX will resize automatically the application width.
|
srFitToScreen
|
The width and height of the application will correspond to the end-user screen width and height. Whenever the end-user resizes the remote browser window WebFMX will resize automatically the application height.
|
sr640x480
|
The width of the application will be set to 640 pixels and the height to 480 pixels.
|
sr800x600
|
The width of the application will be set to 800 pixels and the height to 600 pixels.
|
sr1024x768
|
The width of the application will be set to 1024 pixels and the height to 480 pixels.
|
sr1280x720
|
The width of the application will be set to 1280 pixels and the height to 720 pixels.
|
sr1280x768
|
The width of the application will be set to 1280 pixels and the height to 768 pixels.
|
sr1280x1024
|
The width of the application will be set to 1280 pixels and the height to 1024 pixels.
|
sr1440x900
|
The width of the application will be set to 1440 pixels and the height to 900 pixels.
|
sr1440x1050
|
The width of the application will be set to 1440 pixels and the height to 1050 pixels.
|
sr1600x1200
|
The width of the application will be set to 1600 pixels and the height to 1200 pixels.
|
sr1680x1050
|
The width of the application will be set to 1680 pixels and the height to 1050 pixels.
|
sr1920x1080
|
The width of the application will be set to 1920 pixels and the height to 1080 pixels.
|
sr1920x1200
|
The width of the application will be set to 1920 pixels and the height to 1200 pixels.
|
See also
Read also about the OnBrowserResize event, the ResizeRemote method and the ScreenResolution property.
|