OnCommandShow specifies the event handler for the DICT SHOW command, and is used by the
TIdDICTServer to implement the DICT command.
OnCommandShow must provide parameters that indicate the thread of execution performing the command, and the SHOW command parameters to be included in the command execution. The command options include:
- 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.