Unit RALClient

Description

 

Uses

Overview

Classes, Interfaces, Objects and Records

Name Description
Class TRALClientHTTP  
Class TRALThreadClient  
Class TRALClient  

Functions and Procedures

procedure RegisterEngine(AEngine : TRALClientHTTPClass);
procedure UnregisterEngine(AEngine : TRALClientHTTPClass);
function GetEngineClass(AEngineName : StringRAL) : TRALClientHTTPClass;
procedure GetEngineList(AList : TStrings);

Types

TRALClientHTTPClass = class of TRALClientHTTP;
TRALThreadClientResponse = procedure(ASender: TObject; AResponse: TRALResponse; AException: StringRAL) of object;

Description

Functions and Procedures

procedure RegisterEngine(AEngine : TRALClientHTTPClass);
 
procedure UnregisterEngine(AEngine : TRALClientHTTPClass);
 
function GetEngineClass(AEngineName : StringRAL) : TRALClientHTTPClass;
 
procedure GetEngineList(AList : TStrings);
 

Types

TRALClientHTTPClass = class of TRALClientHTTP;
 
TRALThreadClientResponse = procedure(ASender: TObject; AResponse: TRALResponse; AException: StringRAL) of object;
 


GitHub Repository
Generated by PasDoc 0.16.0.