Class TRALUniGUIServer
Unit
Declaration
type TRALUniGUIServer = class(TRALServer)
Description
TRALUniGUIServer
Hierarchy
- TObject
- TPersistent
- TComponent
- TRALComponent
- TRALServer
- TRALUniGUIServer
Overview
Methods
![]() |
constructor Create(AOwner: TComponent); override; |
![]() |
destructor Destroy; override; |
![]() |
procedure DecodeAuth(ARequest: TIdHTTPRequestInfo; AResult: TRALRequest); |
![]() |
procedure OnRALHTTPCommand(ARequestInfo: TIdHTTPRequestInfo; AResponseInfo: TIdHTTPResponseInfo; var Handled: Boolean); |
![]() |
procedure OnRALParseAuthentication(AContext: TIdContext; const AAuthType, AAuthData: string; var VUsername, VPassword: string; var VHandled: Boolean); |
![]() |
procedure SetActive(const AValue: boolean); override; |
Description
Methods
![]() |
constructor Create(AOwner: TComponent); override; |
![]() |
destructor Destroy; override; |
![]() |
procedure DecodeAuth(ARequest: TIdHTTPRequestInfo; AResult: TRALRequest); |
![]() |
procedure OnRALHTTPCommand(ARequestInfo: TIdHTTPRequestInfo; AResponseInfo: TIdHTTPResponseInfo; var Handled: Boolean); |
![]() |
procedure OnRALParseAuthentication(AContext: TIdContext; const AAuthType, AAuthData: string; var VUsername, VPassword: string; var VHandled: Boolean); |
![]() |
procedure SetActive(const AValue: boolean); override; |
GitHub Repository
Generated by PasDoc 0.16.0.

