TScreenResolution

Top  Previous  Next

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 as the end-user browser window. Whenever the end-user resizes the remote browser window Thinfinity® VirtualUI™ for FireMonkey® will resize the application width automatically.

 

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 Thinfinity® VirtualUI™ for FireMonkey® will resize the application height automatically.

 

sr640x480

The width of the application will be set to 640 and the height to 480 pixels.

sr800x600

The width of the application will be set to 800 and the height to 600 pixels.

sr1024x768

The width of the application will be set to 1024 and the height to 480 pixels.

sr1280x720

The width of the application will be set to 1280 and the height to 720 pixels.

sr1280x768

The width of the application will be set to 1280 and the height to 768 pixels.

sr1280x1024

The width of the application will be set to 1280 and the height to 1024 pixels.

sr1440x900

The width of the application will be set to 1440 and the height to 900 pixels.

sr1440x1050

The width of the application will be set to 1440 and the height to 1050 pixels.

sr1600x1200

The width of the application will be set to 1600 and the height to 1200 pixels.

sr1680x1050

The width of the application will be set to 1680 and the height to 1050 pixels.

sr1920x1080

The width of the application will be set to 1920 and the height to 1080 pixels.

sr1920x1200

The width of the application will be set to 1920 and the height to 1200 pixels.

 

See also

Read about the OnBrowserResize event, the ResizeRemote method and the ScreenResolution property.