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

Converts a TIdSyslogFacility value to a string.

File
function FacilityToString(
    AFac: TIdSyslogFacility
): string;
Parameters 
Description 
AFac 
Facility value to be converted to a string. 

string - String representation for the faility value.

FacilityToString is a String function used to convert the TIdSyslogFacility in AFac to its representation as a string. FacilityToString uses resource string in the return value for the function.

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