EMS.Services.IEMSEndPointSegmentsService.CountSegments

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
EMS.Services.pas
EMS.Services.hpp
Unit: EMS.Services
Parent: IEMSEndPointSegmentsService

Delphi

function CountSegments(const AValue: string): Integer;

C++

virtual int __fastcall CountSegments(const System::UnicodeString AValue) = 0 ;

Description

Returns the number of segments in the specified URL.

See Also