EMS.ResourceAPI.TEndpointSegments.operator []

From RAD Studio API Documentation
Jump to: navigation, search

C++

System::UnicodeString operator[](const int AIndex) { return this->Items[AIndex]; }

Properties

Type Visibility Source Unit Parent
function public EMS.ResourceAPI.hpp EMS.ResourceAPI TEndpointSegments

Description

Gives you access to the list of segments by index using the brackets operator on an instance of TEndpointSegments.

See Also