EMS.ResourceAPI.TEndpointRequest.Segments

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: TEndpointRequest

Delphi

property Segments: TSegments read GetSegments;

C++

__property TEndpointSegments* Segments = {read=GetSegments};

Description

Segments of the request.

See Also