Topic Path: Symbol Reference > Classes > EIdTCPNoOnExecute Class
ContentsIndexHome
PreviousUpNext
EIdTCPNoOnExecute Class

Exception raised when OnExecute has not been assigned for TIdTCPServer.

File
EIdTCPNoOnExecute = class(EIdTCPServerError);

EIdTCPNoOnExecute is a EIdTCPServerError descendant that represents the exception raised when the event handler has not been assigned for the TIdTCPServer.OnExecute property. 

EIdTCPNoOnExecute is raised a run-time when the Active property for TIdTCPServer is changed from False to True, and the OnExecute event handler has not been assigned.

EIdTCPServerError TIdTCPServer.OnExecute TIdCustomTCPServer.OnExecute TIdCustomTCPServer.Active

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