System.Types.PRect
Delphi
PRect = ^TRect;
C++
typedef TRect *PRect;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
pointer typedef |
public | System.Types.pas System.Types.hpp |
System.Types | System.Types |
Description
Pointer to a TRect variable.
TRect represents the size and location of a rectangle.