EMS.ResourceTypes.TEMSEndpointSegmentList.Items

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Items[I: Integer]: TEMSEndPointSegment read GetItem;

C++

__property TEMSEndpointSegment* Items[int I] = {read=GetItem};

Properties

Type Visibility Source Unit Parent
property public
EMS.ResourceTypes.pas
EMS.ResourceTypes.hpp
EMS.ResourceTypes TEMSEndpointSegmentList

Description

URL segments in the list by index.

See Also