Soap.InvokeRegistry.TRemotableTypeRegistry.GetURICount

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function  GetURICount: Integer;

C++

int __fastcall GetURICount();

Properties

Type Visibility Source Unit Parent
function public
Soap.InvokeRegistry.pas
Soap.InvokeRegistry.hpp
Soap.InvokeRegistry TRemotableTypeRegistry

Description

Returns the number of entries in the remotable type registry.

GetURICount returns the number of entries in the remotable type registry. This value can be used as an upper bound for the index parameter of the GetURIMap method.

Each entry in the remotable type registry represents a registered class or a registered type. The RegisterXSClass method adds entries for classes, and the The RegisterXSInfo method adds entries for types. Each entry associates the class or type with a unique namespace URI.

See Also