EMS.ResourceTypes.TEMSEndPointSegmentConstant

From RAD Studio API Documentation

TEMSEndPointSegmentConstantEMS.ResourceTypes.TEMSEndpointSegmentSystem.TObject

Delphi

TEMSEndPointSegmentConstant = class(TEMSEndPointSegment)

C++

class PASCALIMPLEMENTATION TEMSEndPointSegmentConstant : public TEMSEndpointSegment

Properties

Type Visibility Source Unit Parent
class public
EMS.ResourceTypes.pas
EMS.ResourceTypes.hpp
EMS.ResourceTypes EMS.ResourceTypes

Description

Represents a constant URL segment, a URL segment that has no special meaning.

URL segments with a special meaning are TEMSEndPointSegmentParameter, TEMSEndPointSegmentWildCard, and TEMSEndPointSegmentSlash. Any other URL segment is a constant URL segment.

The Value property holds the URL substring that this instance of TEMSEndPointSegmentConstant represents.