Assigns the class reference used to allocate the global protocol stack instance used in the Indy library.
procedure SetStackClass( AStackClass: TIdStackClass );
Parameters |
Description |
AStackClass |
Type is TIdStackClass. |
SetStackClass is a procedure used to assigned the class reference used to allocate the global protocol stack instance used in the Indy library.
SetStackClass assigns the value passed in AStackClass to the global GStackClass variable.
Not used in the current code.
GStackClass
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. |