Indy 9
GStackClass
See Also, Unit: IdStack
Represents the class used to create the global stack instance variable.
GStackClass: TIdStackClass  = nil;
Unit
IdStack
Description
GStackClass is a TIdStackClass instance that represents the class used to create the global stack instance variable. GStackClass is platform-specifc. On the Windows platform, GStackClass wil contain a reference to the TIdStackWindows class. On the Linux platform, GStackClass wil contain a reference to the TIdStackLinux class.

GStackClass is used in the TIdStack.CreateStack class function called when TIdComponent decendants need to load and initialize the protocol stack, or in IDE property editors that manipulate socket Bindings at design-time.


Created with Doc-O-Matic 2 donated to Project JEDI. Commercial license available from the Doc-O-Matic site.