Internet Direct (Indy)
Home
PreviousUpNext
TIdSimpleServer.OnBeforeBind Property

Event handler signalled before allocating and binding the socket handle for the listener.

Pascal
property OnBeforeBind: TIdNotifyEvent;

OnBeforeBind is a TNotifyEvent property that represents the event handler signalled before 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 OnAfterBind to respond to the event triggered following allocation of the socket handle for the listener.

Bind 

OnAfterBind

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.