Janilabo

Untitled

Jul 14th, 2012
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pascal 0.13 KB | None | 0 0
  1. var
  2.   w, h: Integer;
  3.  
  4. begin
  5.   GetClientDimensions(w, h);
  6.   WriteLn('WEBCLIENT: 0, 0, ' + IntToStr(W) + ', ' + IntToStr(H));
  7. end.
Advertisement
Add Comment
Please, Sign In to add comment