API:System.Types.TRect.SetLocation
Delphi
procedure SetLocation(const X, Y: Integer); overload;
procedure SetLocation(const Point: TPoint); overload;
C++
void SetLocation(int X, int Y) _ALWAYS_INLINE {
void SetLocation(const TPoint& p) _ALWAYS_INLINE {
Propriétés
| Type | Visibilité | Source | Unité | Parent |
|---|---|---|---|---|
procedure function |
public | System.Types.pas SystemTypes.h |
System.Types | TRect |
Description
Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !