[Overview][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'LCLProc' (#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.0 Generated 2025-05-03 Home