Forum Discussion
abdul_rp
16 years agoContributor
I found the solution for getting the screen resolution, But how to set in Runtime?
var d = Sys["Desktop"];
ShowMessage(d["Height"]);
ShowMessage(d["Width"]);
I found the solution for getting the screen resolution, But how to set in Runtime?
var d = Sys["Desktop"];
ShowMessage(d["Height"]);
ShowMessage(d["Width"]);