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

Specifies the event type for the DICT DEFINE command.

File
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:

Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Post feedback to the Indy Docs Newsgroup.