Topic Path: Symbol Reference > Types > TIdDICTShowEvent Type
ContentsIndexHome
PreviousUpNext
TIdDICTShowEvent Type

Specifies the event type for the DICT SHOW command.

File
TIdDICTShowEvent = procedure (AContext:TIdCommand; Command : String) of object;
Parameters 
Description 
Thread 
Execution thread performing the command.
 
Command 
Command to performed. 

TIdDICTShowEvent specifies the event type for the DICT SHOW command, and is used by the TIdDICTServer OnCommandShow event handler to implement the server command. 

The DICT SHOW command accepts parameters to indicate the information to be generated by the server, including the following: 

 

Parameter 
Meaning 
SHOW DB 
Displays the list of currently accessible databases. 
SHOW DATABASES 
Displays the list of currently accessible databases. 
SHOW STRAT 
Displays the list of currently supported search strategies. 
SHOW STRATEGIES 
Displays the list of currently supported search strategies. 
SHOW INFO database 
Displays the source, copyright, and licensing information about the specified database. 
SHOW SERVER 
Displays local server herald banner. 
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Post feedback to the Indy Docs Newsgroup.