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