RAD Studio VCL Reference
|
Sets the data context that provides temporary storage during a call to an invokable interface.
procedure SetRemotableDataContext(Value: Pointer);
SetRemotableDataContext(void * Value);
SetRemotableDataContext assigns a data context for a remote call to an invokable interface. Once a data context is assigned, it is available to store the temporary objects and values needed for implementing a call to an invokable interface. If the application creates a TRemotable descendant while there is a remotable data context, that remotable object is automatically added to the data context and freed when the application frees the data context.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|