Web.Stencils.TWebStencilsProcessor.ContentFromStream

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ContentFromStream(AStream: TStream): string; override;

C++

virtual System::UnicodeString __fastcall ContentFromStream(System::Classes::TStream* AStream);

Properties

Type Visibility Source Unit Parent
function public
Web.Stencils.pas
Web.Stencils.hpp
Web.Stencils TWebStencilsProcessor

Description

Produces content from template contained in AStream.

See Also