Introduction
Units
Class Hierarchy
Classes, Interfaces, Objects and Records
Types
Variables
Constants
Functions and Procedures
Identifiers
Rectangle representation (TRectangle).
TRectangle
TRectangleList
function Rectangle(const Left, Bottom: Integer; const Width, Height: Cardinal): TRectangle;
function Rectangle(const LeftBottom: TVector2Integer; const Width, Height: Cardinal): TRectangle;