Topic Path: Symbol Reference > Functions > NoToSeverity Function
ContentsIndexHome
PreviousUpNext
NoToSeverity Function

Converts an ordinal Severity value to its enumeration value.

File
function NoToSeverity(
    ASev: Word
): TIdSyslogSeverity;
Parameters 
Description 
ASev 
Ordinal severity value for the syslog message. 

TIdSyslogSeverity - Enumeration value for the severity number.

NoToSeverity is a TIdSyslogSeverity function used to convert the ordinal Severity value in ASev to its TIdSyslogSeverity enumeration value.

Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Post feedback to the Indy Docs Newsgroup.