EMS.ResourceTypes.TEMSEndPointSegmentParameter.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: TEMSEndPointSegmentParameter

Delphi

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

C++

__fastcall TEMSEndPointSegmentParameter(TEMSEndpointSegmentList* const AOwner, const System::UnicodeString AName);

Description

Creates an instance of TEMSEndPointSegmentParameter with the specified name and adds it to the specified list of URL segments.

See Also