TdxRectWrapper.Clone Method
Creates a copy of a given TdxRectWrapper object.
Declaration
function Clone: TPersistent;
Returns
Type |
---|
TPersistent |
Remarks
This function returns the newly created object. The Clone function produces the same result as if you sequentially call the Create and Assign methods.
See Also