[Overview][Constants][Types][Classes][Variables] | Reference for unit 'lwebserver' (#LNet) |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: lwebserver.pp line 240
type TFormOutput = class(TBufferOutput) |
protected |
FBoundary: pchar; |
FRequestVars: TStrings; |
FOnExtraHeaders: TNotifyEvent; |
procedure DoneInput; override; |
function FillBuffer; override; |
function FindBoundary(); |
function HandleInput(); override; |
function HandleInputDiscard(); |
function HandleInputFormURL(); |
function HandleInputMultipart(); |
procedure ParseMultipartHeader(); |
public |
constructor Create(); |
destructor Destroy; override; |
function AddVariables(); |
procedure DeleteCookie(); |
procedure SetCookie(); |
property OnExtraHeaders: TNotifyEvent; [rw] |
property OnFillBuffer: TFillBufferEvent; [rw] |
end; |
| |
| |
| |
TObject |
No notes exist for this page yet.