Unit 'LCLProc' Package
[Overview][Types][Classes][Procedures and functions][Variables][Index] [#lcl]

OffsetRect (deprecated)

Deprecated. Increments the Top, Left and Bottom, Right rectangle coordinates by the specified amounts.

Declaration

Source position: lclproc.pas line 116

function OffsetRect(

  var Rect: TRect;

  DX: Integer;

  DY: Integer

):Boolean;

Description

Deprecated. Use the OffsetRect function in the RTL types.pp unit instead.

Version info

Deprecated in LCL version 3.0.

See also

RTL.Types.OffsetRect


Version 4.4 Generated 2025-11-08 Home