Event handler signalled after binding the socket handle for the listener.
property OnAfterBind: TIdNotifyEvent;
OnAfterBind is a TNotifyEvent property that represents the event handler signalled after the socket handle for the listener has been allocated, and the local settings have been updated in Bind.
Applications must assign a procedure for the event handler to allow responding to the event notification.
Use OnBeforeBind to respond to the event triggered prior to allocating the socket handle for the listener.
Bind
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
|
Post feedback to the Indy Docs Newsgroup.
|