Sockets.TBaseSocket.OnCreateHandle
From RAD Studio VCL Reference
Contents |
Delphi Information
From Sockets.pas
property OnCreateHandle: TSocketNotifyEvent read FOnCreateHandle write FOnCreateHandle;
Unit: Sockets
Type: event
Visibility: public
Member Of: TBaseSocket
C++ Information
From Sockets.hpp
__property TSocketNotifyEvent OnCreateHandle;
Unit: Sockets
Type: property
Visibility: public
Member Of: TBaseSocket
Description
Occurs when the handle to a socket becomes active.
Write an OnCreateHandle event handler to take specific action when the handle to a socket becomes active.
See Also
Code Samples