Topic Path: Symbol Reference > Variables > GlobalSASLList Variable
ContentsIndexHome
PreviousUpNext
GlobalSASLList Variable

Stores SASL authentication mechanism available for use in clients and servers.

File
GlobalSASLList: TIdThreadList;

GlobalSASLList is a unit global TThreadList variable used to store SASL authentication mechanism available for use in clients and servers. GlobalSASLList is used at design-time (in the IDE) to get the list of SASL mechanisms available for use in clients and servers. 

GlobalSASLList is created in the initialization section for the unit. Resources allocated to GlobalSASLList are freed in the finalization section for the unit. 

GlobalSASLList is updated when TIdSASL (and descendant class) instances are initalized or freed.

Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Post feedback to the Indy Docs Newsgroup.