EMS.ResourceTypes.TEMSEndpointSegment.Create

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: constructor
Visibility: public
Source:
EMS.ResourceTypes.pas
EMS.ResourceTypes.hpp
Unit: EMS.ResourceTypes
Parent: TEMSEndpointSegment

Delphi

constructor Create(const AOwner: TEMSEndPointSegmentList);

C++

__fastcall TEMSEndpointSegment(TEMSEndpointSegmentList* const AOwner);

Description

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

See Also