Web.Stencils.TWebStencilsFileNotFoundEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TWebStencilsFileNotFoundEvent = procedure(Sender: TObject; const ARequest: TWebPostProcessorRequest;
var ANotFoundPagePath: string) of object;

C++

typedef void __fastcall (__closure *TWebStencilsFileNotFoundEvent)(System::TObject* Sender, Web::Httpapp::TWebPostProcessorRequest* const ARequest, System::UnicodeString &ANotFoundPagePath);

Properties

Type Visibility Source Unit Parent
type
typedef
public
Web.Stencils.pas
Web.Stencils.hpp
Web.Stencils Web.Stencils

Description

Embarcadero Technologies does not currently have any additional information.