Soap.InvokeRegistry.TRemotableTypeRegistry.UnRegisterXSInfo
Delphi
procedure UnRegisterXSInfo(Info: PTypeInfo);
C++
void __fastcall UnRegisterXSInfo(System::Typinfo::PTypeInfo Info);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
public | Soap.InvokeRegistry.pas Soap.InvokeRegistry.hpp |
Soap.InvokeRegistry | TRemotableTypeRegistry |
Description
Unregisters a remotable type.
Call UnRegisterXSInfo to unregister a type that was previously registered (directly or indirectly) by a call to the RegisterXSInfo method.
Info is the TypeInfo pointer for the type. It is the same as the Info parameter of the RegisterXSInfo method.