Unit 'LCLIntf' Package
[Overview][Types][Procedures and functions][Variables][Index] [#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.