RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWinCGIRequest.Create Constructor

Creates an instance of TWinCGIRequest.

Pascal
constructor Create(IniFileName: string; ContentFile: string; OutputFile: string);
C++
__fastcall TWinCGIRequest(AnsiString IniFileName, AnsiString ContentFile, AnsiString OutputFile);

Applications shouldn't need to call Create to instantiate a CGI request object. The TCGIApplication object creates a TWinCGIRequest object whenever it receives a client request. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!