Screen

Object List Next Object

Definition:

An object that allows you to manipulate forms on your screen based on their screen location. It also allows you to control the MousePointer when it's outside of your form while your application is running.

Specialized Features:

The following tables list and describe the properties and methods added by Screen. There are no added events.


Properties Use to...


FontCount Display the number of screen fonts available for use. (Read Only)

Height Display the vertical size of your screen in twips.

mmHeight The height of your screen in millimeters. (Read Only)

mmWidth The width of your screen in millimeters. (Read Only)

MousePointer Set the appearance of the cursor when the mouse pointer is over different areas of the screen.

pixelHeight The height of your screen in pixels. (Read Only)

pixelWidth The width of your screen in pixels. (Read Only)

pixelsPerInchX The number of pixels per inch on the horizontal component of your screen. (Read Only)

pixelsPerInchY The number of pixels per inch on the vertical component of your screen. (Read Only)

TwipsPerPixelX Define how many twips per pixel to use for the horizontal measurement of the object.

TwipsPerPixelY Define how many twips per pixel to use for the vertical measurement of the object.

Width The horizontal size of your screen in twips. (Read Only)


Methods Use to...


EnumWindows

Fonts Find the font name corresponding to a fonts number.

Copied Features:

Noneimages/Phx00010.gifthis is a top-level object.