System.Types.TRect.Location

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Location: TPoint read GetLocation write SetLocation;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
System.Types.pas
SystemTypes.h
System.Types TRect

Beschreibung

Gibt die X- und Y- Koordinaten des oberen linken Eckpunktes zurück.

Siehe auch