System.Types.TRect.Location

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Location: TPoint read GetLocation write SetLocation;

C++

__property TPoint Location = { read=GetLocation, write=SetLocation };

Properties

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

Description

Returns the X and Y coordinates of the upper-left corner point.

See Also