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

Retrieves information about the DICT server.

procedure GetSvrInfo(
    AResults: TIdStrings
);
Parameters 
Description 
AResults 
Storage for information about the DICT server. 

GetSvrInfo is a procedure used to retrieve server information create by the local administrator for the DICT server. This information could include information about local databases or strategies, or administrative information such as who to contact for access to databases requiring authentication. 

GetSvrInfo send the DICT SHOW SERVER command, and captures the textual response in the AResults parameter variable. 

Use GetDBInfo or GetDictInfo to retrieve information about databases or dictionaries on the DICT server. 

Use Server to check the server identification string captured during Connect.

GetDBInfo 

GetDictInfo 

Server

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