Web.Stencils.TWebStencilsProcessor.InputLines

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property InputLines: TStrings read FInputLines write SetInputLines;

C++

__property System::Classes::TStrings* InputLines = {read=FInputLines, write=SetInputLines};

Properties

Type Visibility Source Unit Parent
property published
Web.Stencils.pas
Web.Stencils.hpp
Web.Stencils TWebStencilsProcessor

Description

Specifies a file content to process using the Content method.

Use InputLines when the processor is used standalone or assigned to TWebActionItem.Producer. Another option is to assign an external file name to InputFileName.

See Also