Indicates if IP version addresses are supported for the platform.
function SupportsIPv6: boolean; virtual; abstract;
boolean - True when IP version addresses are supported for the platform.
SupportsIPv6 is an abstract virtual boolean function that indicates if 64-bit IP version 6 addresses are supported on the platform / socket implementation for the Indy library.
SupportsIPv6 must be implemented in descendant classes where access to the socket implementation for the platform is available.
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. |