Soap.InvokeRegistry.TInvokableClassRegistry.GetInterfaceCount

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function  GetInterfaceCount: Integer;

C++

int __fastcall GetInterfaceCount();

Properties

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

Description

Returns the number of registered invokable interfaces.

GetInterfaceCount returns the number of invokable interfaces that have been registered. Each invokable interface is registered by a call to the RegisterInterface method.

See Also