
|
TeeRect function
function TeeRect(Const Left, Top, Right, Bottom: Integer): TRect;
Unit
TeCanvas
Description
Returns a new stack allocated record of type TRect filled with passed parameters.
This is equivalent to Classes.pas (Types.pas in Delphi 6 and later) global Rect function.
For compatibility reasons only.
var R : TRect;
R:=TeeRect( 10,40,120,300);
Send us Help Feedback. Copyright 1995-2024 © by Steema Software. All Rights Reserved.