[Overview][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'LCLProc' (#lcl)

MakeMinMax

Eventually swaps the variable contents, so that i1 is not higher than i2.

Declaration

Source position: lclproc.pas line 137

procedure MakeMinMax(

  var i1: Integer;

  var i2: Integer

);

Arguments

i1

  

Receives the minimum value of both variables.

i2

  

Receives the maximum value of both variables.

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