Web.HTTPApp.TWebActionItem Properties
InheritedProtected
| Collection | public | Specifies the TCollection instance to which the TCollectionItem belongs. |
| Default | published | Indicates whether the action item should handle any request that is not handled by another available action item. |
| DisplayName | public | The name displayed in the Collection editor. |
| Disposed | protected | Disposed is a read-only property that shows the current state of this object. |
| Enabled | published | Indicates whether the action item can respond to HTTP request messages that match its MethodType and PathInfo properties. |
| ID | public | A unique, permanent index for the item. |
| Index | public | Returns the item's position in the Items array of TCollection. |
| MethodType | published | |
| Name | published | Identifies an individual action item when it is referenced from other objects. |
| PathInfo | published | Indicates the path portion of the Uniform Resource Identifier (URI) for which the action item handles requests. |
| Producer | published | Specifies a content producer that generates the content of response messages when the action item executes. |
| ProducerContent | published | Specifies a content producer that generates the content of response messages when the action item executes. |