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

OffsetRect

Move Left/Right by dx, Top/Bottom by dy. Return Top and Left are >= 0.

Declaration

Source position: winapih.inc line 338

function OffsetRect(

  var Rect: TRect;

  dx: Integer;

  dy: Integer

):Boolean;

Function result

False if resulting Top or Left are negative.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.