Web.Stencils.TWebStencilsProcessor Properties

From RAD Studio API Documentation
Jump to: navigation, search


InheritedProtected
ComObjectpublicSpecifies the interface reference implemented by the component.
ComponentCountpublicIndicates the number of components owned by the component.
ComponentIndexpublicIndicates the position of the component in its owner's Components property array.
ComponentspublicLists all components owned by the component.
ComponentStatepublicDescribes the current state of the component, indicating when a component needs to avoid certain actions.
ComponentStylepublicGoverns the behavior of the component.
DataVarDuplicatespublishedSpecifies alternative behavior if a newly added data variable has a duplicated name.
DataVarspublicA dictionary holding a collection of script variables mapped to objects that can provide data to the processor.
DefaultFileExtpublishedSpecifies the default file extension to use when a file extension is not specified.
DesignInfopublicContains information used by the Form designer.
DispatcherpublicProvides access to the dispatcher for the Web server application that includes the TCustomContentProducer object.
DispatcherComponentpublicProvides access to the dispatcher component.
DisposedprotectedDisposed is a read-only property that shows the current state of this object.
EnginepublishedSpecifies the engine to inherit the data variables, event handlers, file system path processing, etc.
InputFileNamepublishedSpecifies a file name to process using the Content method.
InputLinespublishedSpecifies a file content to process using the Content method.
LanguageIdpublishedInteger ID that refers to the current language in use while processing the current page.
NamepublishedSpecifies the name of the component as referenced in code.
ObserverspublicIndicates the TObservers object added to the TComponent.
OwnerpublicIndicates the component that is responsible for streaming and freeing this component.
PathTemplatepublishedUsed to parse the request path and extract variables.
ProcessorRequestpublicSpecifies a post-processing request for which the processor is called.
TagpublishedStores a NativeInt integral value as a part of a component.
UserLoggedInpublishedIndicates if the user is logged in. This is used when processing the @LoginRequired element.
UserRolespublishedIndicates the role the user should have to allow opening the page (a permission management scheme).
VCLComObjectpublicRepresents information used internally by components that support COM.
WebRequestpublicSpecifies a Web Request for which the processor is called.
WhitelistpublicDefines a collection of allowed placeholders that can be processed when rendering stencils.