Indicates if a Domain name is fully-qualified, but not a top-level domain name.
function IsFQDN( const S: String ): Boolean;
Parameters |
Description |
S |
Domain name to be examined. |
Boolean - True when a fully-qualified Domain name.
IsFQDN is a Boolean function that indicates if the value in S represents a fully-qualified Domain name. IsFQDN returns True when the value in S is a valid Host name, and the value is a Domain name but not a top-level domain name.
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. |