Internet Direct (Indy)
|
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
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. |