EMS.ResourceTypes.TEMSEndPointSegmentConstant

From RAD Studio API Documentation
Jump to: navigation, search

EMS.ResourceTypes.TEMSEndpointSegmentSystem.TObjectTEMSEndPointSegmentConstant
[–] Properties
Type: class
Visibility: public
Source:
EMS.ResourceTypes.pas
EMS.ResourceTypes.hpp
Unit: EMS.ResourceTypes
Parent: EMS.ResourceTypes

Delphi

TEMSEndPointSegmentConstant = class(TEMSEndPointSegment)

C++

class PASCALIMPLEMENTATION TEMSEndPointSegmentConstant : public TEMSEndpointSegment

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.