System.Types.TRect.Top

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

0: (Left, Top, Right, Bottom: FixedInt);

C++

__property LONG Top     = { read=top,    write=top    };

Properties

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

Description

Represents the vertical coordinate of the upper-left corner point of the rectangle.

See Also