RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWSDLHTMLPublish.DispatchMask Method

Returns a mask that matches the path portion of any URL to which this object responds.

Pascal
function DispatchMask: TMask;
C++
__fastcall TMask DispatchMask();

The DispatchMask method must be implemented by all auto-dispatching objects to allow Web Module (or Web Dispatcher) to identify the HTTP messages it should forward to the this component. It returns a Mask derived from the Mask property of the WebDispatch property. 

 

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