Topic Path: Symbol Reference > Classes > TIdDICT Class > TIdDICT Methods > GetStrategyList Method
ContentsIndexHome
PreviousUpNext
TIdDICT.GetStrategyList Method

Retrieves the list of search strategies supported on the DICT server.

procedure GetStrategyList(
    AStrats: TIdStrategyList
);
Parameters 
Description 
AStrats 
Container for the search strategies supported on the DICT server. 

GetStrategyList is a procedure used to retrieve the list of search strategies supported on the DICT server. 

GetStrategyList sends the DICT SHOW STRAT command, and captures the textual body of the strategy list in the AStrats parameter variable.

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