RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
SiteComp.TDispatchPageFlag Enumeration

TDiapatchPageFlags indicates the attributes that must be present on a Web page module for it to handle a request.

Pascal
TDispatchPageFlag = (
  dpPublished
);
C++
enum TDispatchPageFlag {
  dpPublished
};

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.  

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!