Contents  All Classes  Index A-Z  All Units


TeeRect function

function TeeRect(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);



Submit your feedback about this page.

Copyright 1995-2007 © by Steema Software. All Rights Reserved.