[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'InterfaceBase' (#lcl)

TSocketEvent

Specifies an event handler signalled for a socket handle in a widgetset object.

Declaration

Source position: interfacebase.pp line 50

type TSocketEvent = procedure(

  AData: PtrInt;

  AFlags: dword

) of object;

Arguments

AData

  

Pointer to the data for the event notification.

AFlags

  

Flag values for the event notification.

Description

TSocketEvent is an object procedure type which specifies an event handler signalled for a socket handle in a widgetset object.


Version 3.2 Generated 2024-02-25 Home