System.Types.TRect.Location
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.