EMS.ResourceTypes.TEMSEndPointSegmentConstant

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

EMS.ResourceTypes.TEMSEndpointSegmentSystem.TObjectTEMSEndPointSegmentConstant

Delphi

TEMSEndPointSegmentConstant = class(TEMSEndPointSegment)

C++

class PASCALIMPLEMENTATION TEMSEndPointSegmentConstant : public TEMSEndpointSegment

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
class public
EMS.ResourceTypes.pas
EMS.ResourceTypes.hpp
EMS.ResourceTypes EMS.ResourceTypes


Beschreibung

Repräsentiert ein konstantes URL-Segment, ein URL-Segment, das keine besondere Bedeutung hat.

URL-Segmente mit einer besonderen Bedeutung sind TEMSEndPointSegmentParameter, TEMSEndPointSegmentWildCard und TEMSEndPointSegmentSlash. Alle anderen URL-Segmente sind konstante URL-Segmente.

Die Eigenschaft Value enthält den URL-Teilstring, den diese Instanz von TEMSEndPointSegmentConstant repräsentiert.