Web.AutoDisp.TWebDispatch.Mask

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Mask: TMask read GetMask;

C++

__property System::Masks::TMask* Mask = {read=GetMask};

Properties

Type Visibility Source Unit Parent
property public
Web.AutoDisp.pas
Web.AutoDisp.hpp
Web.AutoDisp TWebDispatch

Description

Provides a mask object for comparing the PathInfo property with another path.

Use Mask to compare the PathInfo property with the path portion of a URL. Mask is a TMask object that represents the string specified by PathInfo.

See Also