Indy 9
Max
See Also, Unit: IdGlobal
Determines the larger of two Integer values.
function Max(AValueOne: Integer; AValueTwo: Integer): Integer;
Unit
IdGlobal
Parameters
AValueOne: Integer
The first Integer value.
AValueTwo: Integer
The second Integer value.
Return Value
Integer - The larger of the two Integer values.
Description
Max is an Integer function used to determine the larger of two Integer values. Max is provided to avoid any dependency on the Borland Math.pas unit.

Created with Doc-O-Matic 2 donated to Project JEDI. Commercial license available from the Doc-O-Matic site.