Vcl.Forms.TScreen.Height
Delphi
property Height: Integer read GetHeight;
C++
__property int Height = {read=GetHeight, nodefault};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | Vcl.Forms.pas Vcl.Forms.hpp |
Vcl.Forms | TScreen |
Description
Indicates the vertical size of the screen in pixels.
Read Height to learn the size of the user's screen in pixels. The size or position of objects placed on the screen, can then be set to ensure that the objects fit on screen and don't look crowded.
See Also