Topic Path: Symbol Reference > Structs, Records, Enums > TDNSServerTypes Enumeration
ContentsIndexHome
PreviousUpNext
TDNSServerTypes Enumeration

Indicates if the DNS server is operating as a Primary or a Secondary server.

File
TDNSServerTypes = (
  stPrimary,
  stSecondary
);

TDNSServerTypes is an enumerated type that indicates if the DNS server is operating as a Primary or a Secondary server. 

 

Value 
Meaning 
stPrimary 
Primary DNS server 
stSecondary 
Secondary DNS server 

 

TDNSServerTypes is the type used to represent the TIdDNSServer.ServerType property.

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