Returns the greater of two values.
Source position: fpgui.pas line 146
function Max(
a: Integer;
b: Integer
):Integer;