System.Types.SIZE

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

SIZE = TSize;

Properties

Type Visibility Source Unit Parent
record public System.Types.pas System.Types System.Types

Description

Represents an alias to a record holding width and height values.

Use SIZE to hold the width (cx) and height (cy) values, typically in pixels.

See Also