Internet Direct (Indy)
Home
PreviousUpNext
EIdTCPNoOnExecute Class

Exception raised when OnExecute has not been assigned for TIdTCPServer.

Pascal
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

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.