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 117

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



CT Web help

CodeTyphon Studio