EMS.ResourceTypes.TEMSEndPointSegmentParameter

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

TEMSEndPointSegmentParameter = class(TEMSEndPointSegment)

C++

class PASCALIMPLEMENTATION TEMSEndPointSegmentParameter : public TEMSEndpointSegment

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