API:EMS.ResourceTypes.TEMSEndPointSegmentConstant.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(const AOwner: TEMSEndPointSegmentList; const AValue: string);

C++

__fastcall TEMSEndPointSegmentConstant(TEMSEndpointSegmentList* const AOwner, const System::UnicodeString AValue);

Properties

Type Visibility Source Unit Parent
constructor public
EMS.ResourceTypes.pas
EMS.ResourceTypes.hpp
EMS.ResourceTypes TEMSEndPointSegmentConstant

Description

Creates an instance of TEMSEndpointSegment and adds it to the specified list of URL segments.

EMS.ResourceTypes.TEMSEndPointSegmentConstant.Create inherits from EMS.ResourceTypes.TEMSEndpointSegment.Create. All content below this line refers to EMS.ResourceTypes.TEMSEndpointSegment.Create.

Creates an instance of TEMSEndpointSegment and adds it to the specified list of URL segments.

See Also