SiteComp.TDispatchPageFlag
From RAD Studio API Documentation
Delphi
TDispatchPageFlag = (dpPublished);
C++
enum DECLSPEC_DENUM TDispatchPageFlag : unsigned char { dpPublished };
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| enum | public | SiteComp.pas SiteComp.hpp |
SiteComp | SiteComp |
Description
TDiapatchPageFlags indicates the attributes that must be present on a Web page module for it to handle a request.
TDispatchPageFlags is a set of TDispatchPageFlag values. This type is used to supply flags to methods that dispatch request messages to a page module for handling. The following table lists the possible values:
| Option | Meaning |
|---|---|
|
dpPublished |
The request can only be dispatched to the Web page module if it is published. |