Unit 'JPL.Conversion' Package
[Overview][Types][Procedures and functions][Index] [#pl_jplib]

LimitValue

Declaration

Source position: JPL.Conversion.pas line 108

procedure LimitValue(

  var Value: Integer;

  const Min: Integer;

  const Max: Integer

); overload;

procedure LimitValue(

  var Value: Int64;

  const Min: Int64;

  const Max: Int64

); overload;



CT Web help

CodeTyphon Studio