JCL Help:RectEqual
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: RectEqual Function
Search in JCL Help
Search in all projects
Summary
Tests two rectangles for equality.
Pascal
function RectEqual(const R1: TRect; const R2: TRect): Boolean;
Parameters
Parameters | Description |
const R1: TRect | The first rectangle. |
const R2: TRect | The second rectangle. |
Return Value
If the rectangles are equal the function returns True, otherwise it returns False.
Description
RectEqual tests if two rectangle are equal.
About
Unit
Donator
Pelle F. S. Liljendal
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page