EMS.ResourceTypes.TEMSEndPointSegmentConstant

De RAD Studio API Documentation
Aller à : navigation, rechercher

EMS.ResourceTypes.TEMSEndpointSegmentSystem.TObjectTEMSEndPointSegmentConstant

Delphi

TEMSEndPointSegmentConstant = class(TEMSEndPointSegment)

C++

class PASCALIMPLEMENTATION TEMSEndPointSegmentConstant : public TEMSEndpointSegment

Propriétés

Type Visibilité  Source Unité  Parent
class public
EMS.ResourceTypes.pas
EMS.ResourceTypes.hpp
EMS.ResourceTypes EMS.ResourceTypes


Description

Représente un segment URL constant, un segment URL qui n'a pas de signification particulière.

Les segments URL avec une signification particulière sont TEMSEndPointSegmentParameter, TEMSEndPointSegmentWildCard et TEMSEndPointSegmentSlash. Tout autre segment URL est un segment URL constant.

La propriété Value contient la sous-chaîne de l'URL que cette instance de TEMSEndPointSegmentConstant représente.