System.Types.TSize.Height

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Height: Integer read cy write cy;

C++

__property LONG Height = { read=cy,   write=cy  };

Properties

Type Visibility Source Unit Parent
property public
System.Types.pas
SystemTypes.h
System.Types TSize

Description

Specifies the height of the TSize object.

See Also