Page 1 of 1

Using multiple monitors

PostPosted: June 17th, 2010, 1:36 am
by geowink
Wondered if you had any experience using multiple monitors, possibly four, for an app. I've tried Google and other Forums and I.m not finding out how to do that.

George

Re: Using multiple monitors

PostPosted: June 17th, 2010, 2:37 pm
by Kambiz
The Screen object has some properties to work with multiple monitors. Name of all of these properties start with Monitor.

The TForm class has Monitor property also. This property provides access to the monitor on which the form appears.

Re: Using multiple monitors

PostPosted: June 18th, 2010, 1:54 pm
by geowink
Thanks. I'll start looking at that and see what happens.

George