Web.Stencils.TWebStencilsProcessor Properties
InheritedProtected
| ComObject | public | Specifies the interface reference implemented by the component. |
| ComponentCount | public | Indicates the number of components owned by the component. |
| ComponentIndex | public | Indicates the position of the component in its owner's Components property array. |
| Components | public | Lists all components owned by the component. |
| ComponentState | public | Describes the current state of the component, indicating when a component needs to avoid certain actions. |
| ComponentStyle | public | Governs the behavior of the component. |
| DataVarDuplicates | published | Specifies alternative behavior if a newly added data variable has a duplicated name. |
| DataVars | public | A dictionary holding a collection of script variables mapped to objects that can provide data to the processor. |
| DefaultFileExt | published | Specifies the default file extension to use when a file extension is not specified. |
| DesignInfo | public | Contains information used by the Form designer. |
| Dispatcher | public | Provides access to the dispatcher for the Web server application that includes the TCustomContentProducer object. |
| DispatcherComponent | public | Provides access to the dispatcher component. |
| Disposed | protected | Disposed is a read-only property that shows the current state of this object. |
| Engine | published | Specifies the engine to inherit the data variables, event handlers, file system path processing, etc. |
| InputFileName | published | Specifies a file name to process using the Content method. |
| InputLines | published | Specifies a file content to process using the Content method. |
| LanguageId | published | Integer ID that refers to the current language in use while processing the current page. |
| Name | published | Specifies the name of the component as referenced in code. |
| Observers | public | Indicates the TObservers object added to the TComponent. |
| Owner | public | Indicates the component that is responsible for streaming and freeing this component. |
| PathTemplate | published | Used to parse the request path and extract variables. |
| ProcessorRequest | public | Specifies a post-processing request for which the processor is called. |
| Tag | published | Stores a NativeInt integral value as a part of a component. |
| UserLoggedIn | published | Indicates if the user is logged in. This is used when processing the @LoginRequired element. |
| UserRoles | published | Indicates the role the user should have to allow opening the page (a permission management scheme). |
| VCLComObject | public | Represents information used internally by components that support COM. |
| WebRequest | public | Specifies a Web Request for which the processor is called. |
| Whitelist | public | Defines a collection of allowed placeholders that can be processed when rendering stencils. |