|
RAD Studio VCL Reference
|
Unregisters a remotable type.
procedure UnRegisterXSInfo(Info: PTypeInfo);
__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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|