EMS.ResourceTypes.TEMSEndpointSegmentList.Items

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

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

C++

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

Description

URL segments in the list by index.

See Also