[Overview][Constants][Types][Classes] | Reference for unit 'lNet' (#LNet) |
Progress event callback
Source position: lnet.pp line 83
type TLSocketProgressEvent = procedure( |
aSocket: TLSocket; |
const Bytes: Integer |
) of object; |
aSocket |
|
The socket on which progress is reported |
Bytes |
|
The number of bytes processed |
This callback serves as progress notification event. It reports progress of given activity on the socket.
No notes exist for this page yet.