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

