Web.Stencils.TWebStencilsEngine.OnFileNotFound
Delphi
property OnFileNotFound: TWebStencilsFileNotFoundEvent read FOnFileNotFound write FOnFileNotFound;
C++
__property TWebStencilsFileNotFoundEvent OnFileNotFound = {read=FOnFileNotFound, write=FOnFileNotFound};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
event | published | Web.Stencils.pas Web.Stencils.hpp |
Web.Stencils | TWebStencilsEngine |
Description
The event is fired when the path does not match an existing file.