Web.Stencils.TWebStencilsProcessor.InputFileName
Delphi
property InputFileName: string read FInputFileName write FInputFileName;
C++
__property System::UnicodeString InputFileName = {read=FInputFileName, write=FInputFileName};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | Web.Stencils.pas Web.Stencils.hpp |
Web.Stencils | TWebStencilsProcessor |
Description
Specifies a file name to process using the Content method.
Use InputFileName when the processor is standalone or assigned to a TWebActionItem.Producer. Alternatively, assign file content directly to InputLines.