Internet Direct (Indy)
Home
PreviousUpNext
TIdDICT.GetDBList Method

Gets the list of databases on the DICT server.

Pascal
procedure GetDBList(
    ADB: TIdDBList
);
Parameters 
Description 
ADB 
Container for database names found on the DICT server. 

GetDBList is a procedure used to get the list of databases found on the DICT server. 

GetDBList sends the DICT SHOW DB command to the server, and captures the returned names and descriptions in the container specified in ADB.

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.