Attempts to copy the fields or data from AValue into the underlying object. If the AValue parameter is not of an interface type that is understood by the object, it should raise an exception.
Namespace: CommonInterfaces
Delphi |
public |
Parameters
AValue
Type: IInterface
The following code implements the Assign method by copying all the data it knows Delphi |
procedure TFactTemplate.Assign(AValue: IUnknown); |