EMS.ResourceTypes.TEMSEndPointSegmentParameter

From RAD Studio API Documentation
Jump to: navigation, search

EMS.ResourceTypes.TEMSEndpointSegmentSystem.TObjectTEMSEndPointSegmentParameter

Delphi

TEMSEndPointSegmentParameter = class(TEMSEndPointSegment)

C++

class PASCALIMPLEMENTATION TEMSEndPointSegmentParameter : public TEMSEndpointSegment

Properties

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

Description

Represents a URL segment that matches any single URL segment, and indicates that the value of the matched segment should be stored in a dictionary of data (such as TEndpointRequest.Segments) with Name as key.

See Also