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
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
|
Post feedback to the Indy Docs Newsgroup.
|