Web.Stencils.TWebStencilsProcessor Events

From RAD Studio API Documentation
Jump to: navigation, search


InheritedProtected
AfterProducepublishedThe event is fired after the processor has finished processing the template.
BeforeProducepublishedThe event is fired before the processor starts processing the template.
OnErrorpublishedThe event is fired when the processor finds an error in the template.
OnFilepublishedThis event is fired when the processor needs to load a file.
OnGetDeltaStreamsprotectedAllows a component to generate and provide a list of delta streams representing changes to the component's state.
OnLanguagepublishedTriggered for the @lang tag. The second element after the dot is used as a token to be processed.
OnScaffoldingpublishedTriggered with the special @scaffolding tag.
OnValuepublishedThe event is fired when the processor finds an unknown variable name.