GetClientSize
Gets the data on the width and height of the client part of browser.
Syntax
function GetClientSize: TCSPoint;
Parameters
Returned value
- type: TCSPoint
- functions: dimensions of the browser window
Notes
- The resulting structure TCSPoint contains the width in the X field and height in the Y field.
Examples
var dim := GetClientSize;