EMS.ResourceTypes.TEMSEndpointSegment.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TEMSEndpointSegment();

Description

Destroys this instance of TEMSEndpointSegment and removes it from the list of URL segments that you passed to its constructor.

See Also