[Overview][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'LCLProc' (#lcl)

CompareRect

Indicates if the specified rectangle pointers have the same coordinate values.

Declaration

Source position: lclproc.pas line 137

function CompareRect(

  R1: PRect;

  R2: PRect

):Boolean;

Arguments

R1

  

Pointer to the first rectangle for the comparison.

R2

  

Pointer to the second rectangle for the comparison.

Function result

True when the top, left, bottom, and right values in each rectangle are the same.


Version 3.2 Generated 2024-02-25 Home