Internet Direct (Indy)
Home
PreviousUpNext
TIdStack Class

Ancestor for platform-specific protocol stack interfaces.

Pascal
TIdStack = class(TObject);

TIdStack is a TObject descendant and the ancestor class for platform-specific protocol stack interfaces supported by the Indy library. 

TIdStack isolates the differences in the protocol stack API for the Windows, .Net, and Linux platforms by specifying a common protocol stack interface. 

Please note that nearly all of the methods in TIdStack are declared as abstract virtual methods. These methods must be implemented in descendant classes that use the appropriate API calls to access the protocol stack.

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.