IDLitData::Copy

Syntax | Return Value | Arguments | Keywords | Version History

The IDLitData::Copy function method returns an exact copy of the data object and its contents, including registered property values.

The following values are not copied:

Syntax

Result = Obj->[IDLitData::]Copy()

Return Value

Returns a copy of the object on which it is called. If the copy operation fails, a null object is returned.

Arguments

None

Keywords

None

Version History

6.0

Introduced