Web.Stencils.TWebStencilsEngine.OnFileNotFound

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also