RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TRemotableTypeRegistry.UnRegisterXSInfo Method

Unregisters a remotable type.

Pascal
procedure UnRegisterXSInfo(Info: PTypeInfo);
C++
__fastcall UnRegisterXSInfo(PTypeInfo Info);

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!