Web.HTTPApp.TWebActionItem Properties

From RAD Studio API Documentation
Jump to: navigation, search


InheritedProtected
CollectionpublicSpecifies the TCollection instance to which the TCollectionItem belongs.
DefaultpublishedIndicates whether the action item should handle any request that is not handled by another available action item.
DisplayNamepublicThe name displayed in the Collection editor.
DisposedprotectedDisposed is a read-only property that shows the current state of this object.
EnabledpublishedIndicates whether the action item can respond to HTTP request messages that match its MethodType and PathInfo properties.
IDpublicA unique, permanent index for the item.
IndexpublicReturns the item's position in the Items array of TCollection.
MethodTypepublished
NamepublishedIdentifies an individual action item when it is referenced from other objects.
PathInfopublishedIndicates the path portion of the Uniform Resource Identifier (URI) for which the action item handles requests.
ProducerpublishedSpecifies a content producer that generates the content of response messages when the action item executes.
ProducerContentpublishedSpecifies a content producer that generates the content of response messages when the action item executes.