JCL Help:RectsAreValid
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: RectsAreValid Function
Search in JCL Help
Search in all projects
Summary
Tests if all the rectangles in the array are valid.
Pascal
function RectsAreValid(R: array of TRect): Boolean;
Parameters
Parameters | Description |
R: array of TRect | The rectangles to test. |
Return Value
If all rectangles are valid the function returns True, otherwise it returns False.
Description
RectIsValid tests if the rectangles in the specified array are valid, or in Win32 terms, normalized. A rectangle is considered valid if Left is smaller than or equal to Right and Top is smaller than or equal to Bottom.
See Also
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