Class TCGIRequest (unit CGIApp2)

Inherits from

TWebRequest

Constructors


constructor Create;

TCGIRequest


Functions

function GetFieldByName(const Name: string): string;


function ReadClient(var Buffer; Count: Integer): Integer;


function ReadString(Count: Integer): string;


function TranslateURI(const URI: string): string;


function WriteClient(var Buffer; Count: Integer): Integer;


function WriteString(const AString: string): Boolean;


function GetDateVariable(Index: Integer): TDateTime;


function GetIntegerVariable(Index: Integer): Integer;


function GetStringVariable(Index: Integer): string;


Properties

Events

Variables

FContent : string;



Constructors


constructor Create;

TCGIRequest


Functions


function GetFieldByName(const Name: string): string;


function ReadClient(var Buffer; Count: Integer): Integer;


function ReadString(Count: Integer): string;


function TranslateURI(const URI: string): string;


function WriteClient(var Buffer; Count: Integer): Integer;


function WriteString(const AString: string): Boolean;


function GetDateVariable(Index: Integer): TDateTime;


function GetIntegerVariable(Index: Integer): Integer;


function GetStringVariable(Index: Integer): string;


Properties


Events


Variables


FContent : string;