Converts a TIdSyslogFacility value to a string.
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.
Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved. Website http://www.indyproject.org. Post feedback to the Indy Documentation newsgroup. |