System.Types.PRect

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

type PRect = ^TRect;

C++

typedef TRect *PRect;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
pointer
typedef
public
System.Types.pas
System.Types.hpp
System.Types System.Types


Beschreibung

Zeiger auf eine TRect-Variable.

TRect repräsentiert die Größe und Position eines Rechtecks.