Internet Direct (Indy)
Home
PreviousUpNext
TIdDICT.GetSvrInfo Method

Retrieves information about the DICT server.

Pascal
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

Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Website http://www.indyproject.org.
Post feedback to the Indy Documentation newsgroup.