Contents:

 

 

Introduction


News blog


What is Servoy?


Getting Started


Comparison Servoy/VFP


Performance


How-To's

 

Code Reference

 

VFP2Servoy Toolkit

 

 

Contact / feedback

 

 

 

 

 

 

 

 

 

 

 

 

 

 

SYSMETRIC(1|2) - application.getScreenHeight() | application.getScreenWidth()



Returns the screenheight or width of the currently used display.

 

VFP code example

? SYSMETRIC(1)         && returns the screenwidth
? SYSMETRIC(2)         && returns the screenheight

 

Servoy code example

application.getScreenWidth();  // returns the screenwidth 
application.getScreenHeight(); // returns the screenheight 

// alternatively:

globals.SYSMETRIC(1); 
globals.SYSMETRIC(2); 


Note: SYSMETRIC() is a function of the VFP2Servoy Toolkit

 

 

External resources:

 

vfp plugin

 

ServoyWorld 2012 pics

 

Official Servoy website

 

Ken Levy on Servoy

 

Servoy info

 

Servoy Forum

 

Servoy Documentation

 

VisualFoxpro.com © 2010-2012 • All rights reserved • Contact: info@visualfoxpro.com