ResizeRemote

Top  Previous  Next

This method resizes the remote application to an indicated width and height value.

 

Delphi Syntax

 

Object.ResizeRemote ( width, height: Integer );

 

Arguments

 

width

The customized value to resize the application width in pixels.

Integer

height

The customized value to resize the application height in pixels.

Integer

 

See also

See also about the OnBrowserResize event and the RemoteInfo property.