MibToId
function MibToId(Mib: string) Unit
IdASNI Util [Ç] Description
MibToId string;
Determines the smaller of two Integer values.
function Min(AValueOne: Integer; AValueTwo: Integer): Integer; Unit
IdGlobal IE Parameters AValueOne: Integer The first Integer value. AValueTwo: Integer The second Integer value. Return Value
Integer - The smaller of the two Integer values. Description
Min is an Integer function used to determine the smaller of two Integer values. Min is provided to avoid any dependency on the Borland Math.pas unit.
See Also
Max IE
Converts an ordinal facility number to its TIdSyslogFacility [Ç] enumeration value, function NoToFacility(AFac: Word): TIdSyslogFacility; Unit
IdSysLogMessage [E Parameters
AFac: Word
Numeric facility value to convert to a TIdSyslogFacility [Ç] value.
Post a comment