EMS.ResourceAPI.TEndpointSegments.Items

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

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

C++

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

Description

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

See Also