Internet Direct (Indy)
Home
PreviousUpNext
TIdInAddr Class

Represents IP addresses for the Indy library.

Pascal
TIdInAddr = class(TIdLongWord);

TIdInAddr is a packed record type that represents an IP address based on the compiler define in effect when the Indy libray is compiled. If IPv6 is defined, IP addresses are represented using the TIdIn6Addr record type. Otherwise, the TIdIn4Addr record type is used for IP addresses.

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.