[Overview][Procedures and functions][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 333

function OffsetRect(

  var Rect: TRect;

  dx: Integer;

  dy: Integer

):Boolean;

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