RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TRemotableTypeRegistry.GetURICount Method

Returns the number of entries in the remotable type registry.

Pascal
function GetURICount: Integer;
C++
__fastcall int GetURICount();

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!