Skip to main content

TdxPointWrapper.Clone Method

Creates a copy of a given TdxPointWrapper instance.

Declaration

function Clone: TPersistent;

Returns

Type
TPersistent

Remarks

The Clone method returns the newly created object. The result of this method is the same as if you sequentially call Create and Assign methods for the TdxPointWrapper object.

See Also