[Overview][Constants][Types][Classes][Procedures and functions][Variables] Reference for unit 'Classes' (#rtl)

Point

Returns a TPointrecord with the given coordinates.

Declaration

Source position: classesh.inc line 1568

function Point(

  AX: Integer;

  AY: Integer

):TPoint;

Description

Pointreturns a TPointrecord with the given coordinates AXand AYfilled in.

See also

TPoint

  

Special type to handle a fake TComponentposition

SmallPoint

  

Returns a TSmallPointrecord with the given coordinates.

Rect

  

Returns a TRectrecord with the given coordinates.

Bounds

  

Returns a TRectstructure with the bounding rect of the given location and size.