Class TClientReadThread
Unit
Declaration
type TClientReadThread = class(TThread)
Description
Thread for handling client read operations in a connection slot.
Hierarchy
- TObject
- TThread
- TClientReadThread
Overview
Fields
![]() |
FSlot: Integer; |
Methods
![]() |
constructor Create(const CreatePaused: Boolean; const ConnectionSlot: Integer); |
![]() |
procedure Execute; override; |
Description
Fields
![]() |
FSlot: Integer; |
|
The connection slot that this thread is responsible for. | |
Methods
![]() |
constructor Create(const CreatePaused: Boolean; const ConnectionSlot: Integer); |
|
Constructor for TClientReadThread. Initializes the thread with the specified connection slot.
Parameters
| |
![]() |
procedure Execute; override; |
|
The main procedure that runs the thread’s logic. | |
Generated by PasDoc 0.16.0-snapshot.


