System.Types.PRect

From RAD Studio API Documentation
Jump to: navigation, search

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.