|
JWSCL Documentation
|
constructor Create(const ProxyInterface: IInterface; MakeCopy: Boolean); overload;
|
Parameters |
Description |
|
const ProxyInterface: IInterface |
The interface used to retrieve the blanket. |
|
MakeCopy: Boolean |
If set to true the a proxy blanket is exclusively used for the given interface (instance); ohterwise the blanket is retrieved for all interface types. In case of true the copy of the interface is stored into the Proxy property. |
Create retrieves a proxy blanket of an interface.
If you intend to change any property value on a proxy only temporarily you can make a copy of it by setting MakeCopy to true. In this case a copy of the blanket is made (property Proxy) and used. The original blanket is not touched though.
|
Copyright (c) 2010. All rights reserved.
This help was created by Doc-O-Matic sponsored by toolsfactory software inc. |
|
What do you think about this topic? Send feedback!
|