====== GetClientSize ======
Gets the data on the width and height of the client part of browser.
===== Syntax =====
function GetClientSize: TCSPoint;
==== Parameters ====
==== Returned value ====
* //type:// [[en:wascript:pascal:records:tcspoint|TCSPoint]]
* //functions:// dimensions of the browser window
===== Notes =====
* The resulting structure [[en:wascript:pascal:records:tcspoint|TCSPoint]] contains the width in the X field and height in the Y field.
===== Examples =====
-var dim := GetClientSize;