ResizeRemote

Top  Previous  Next

This method resizes the remote application to a given width and height value.

 

Delphi Syntax

 

Object.ResizeRemote ( width, height: Integer );

 

Arguments

 

width

The resized width value for the application in pixels.

Integer

height

The resized height value for the application in pixels.

Integer

 

See also

Read about the OnBrowserResize event and the RemoteInfo property.