Class TPSRect (unit PgSetup)

Inherits from

TPersistent

TPSRect is used for published properties that would normally be of TRect type. Can't publish properties that are record types, so this is used.

Constructors



Functions

function Compare(Other: TPSRect): boolean;

This better not be deleting the DC!

Properties

property Bottom : integer


property Left : integer


property Right : integer


property Top : integer


property Rect : TRect


Events

Variables

FRect : TRect;



Constructors


Functions


function Compare(Other: TPSRect): boolean;

This better not be deleting the DC!


Properties


property Bottom : integer


property Left : integer


property Right : integer


property Top : integer


property Rect : TRect


Events


Variables


FRect : TRect;