EMS.ResourceAPI.TEndpointSegments.Items

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Items[const AIndex: Integer]: string read GetItem; default;

C++

__property System::UnicodeString Items[const int AIndex] = {read=GetItem/*, default*/};

Properties

Type Visibility Source Unit Parent
property public
EMS.ResourceAPI.pas
EMS.ResourceAPI.hpp
EMS.ResourceAPI TEndpointSegments

Description

Segments that this instance of TEndpointSegments holds, indexed by their position in the list.

See Also