Internet Direct (Indy)
Home
PreviousUpNext
TDNSServerTypes Enumeration

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

Pascal
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.

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.