Specifies the event type for the DICT DEFINE command.
TIdDICTDefineEvent = procedure (AContext:TIdCommand; Database, WordToFind : String) of object;
Parameters |
Description |
Thread |
Execution thread that received the command. |
Database |
Database name to be searched. |
WordToFind |
Word to be defined. |
TIdDICTDefineEvent specifies the event type for the DICT DEFINE command, and is used by the OnCommandDefine event handler to perform a search for the specified word in the indicated database(s).
Database may contain a name in the form returned by the DICT SHOW DB command, or one of the following wildcard characters:
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. |