Class TRALThreadClient
Unit
Declaration
type TRALThreadClient = class(TThread)
Description
TRALThreadClient
Hierarchy
- TObject
- TThread
- TRALThreadClient
Overview
Methods
| Public | constructor Create(AOwner: TRALClient); virtual; |
| Public | destructor Destroy; override; |
| Protected | procedure Execute; override; |
| Protected | procedure OnTerminateThread(Sender: TObject); |
| Protected | procedure SetRequest(const AValue: TRALRequest); |
Properties
| Protected | property IndexUrl: IntegerRAL read FIndexUrl write FIndexUrl; |
| Protected | property Method: TRALMethod read FMethod write FMethod; |
| Protected | property OnResponse: TRALThreadClientResponse read FOnResponse write FOnResponse; |
| Protected | property Parent: TRALClient read FParent write FParent; |
| Protected | property Request: TRALRequest read FRequest write SetRequest; |
| Protected | property Route: StringRAL read FRoute write FRoute; |
Description
Methods
| Public | constructor Create(AOwner: TRALClient); virtual; |
|
This item has no description. | |
| Public | destructor Destroy; override; |
|
This item has no description. | |
| Protected | procedure Execute; override; |
|
This item has no description. | |
| Protected | procedure OnTerminateThread(Sender: TObject); |
|
This item has no description. | |
| Protected | procedure SetRequest(const AValue: TRALRequest); |
|
This item has no description. | |
Properties
| Protected | property IndexUrl: IntegerRAL read FIndexUrl write FIndexUrl; |
|
This item has no description. | |
| Protected | property Method: TRALMethod read FMethod write FMethod; |
|
This item has no description. | |
| Protected | property OnResponse: TRALThreadClientResponse read FOnResponse write FOnResponse; |
|
This item has no description. | |
| Protected | property Parent: TRALClient read FParent write FParent; |
|
This item has no description. | |
| Protected | property Request: TRALRequest read FRequest write SetRequest; |
|
This item has no description. | |
| Protected | property Route: StringRAL read FRoute write FRoute; |
|
This item has no description. | |
PascalRAL - GitHub Repository
Generated by PasDoc 1.0.4.