IDynamicInstance.CanClone

Syntax

CanClone(op: DynamicInstanceOperationsVisibility; Mark: Variant): Boolean;

Parameters

op. Parameter determines to which dictionaries executed operation is applied;

Mark. Set to which dictionary will belong.

Description

The CanClone method determines whether dictionary copy can be created.

Comments

The method returns True, if it is possible to create dictionary copy and False, if otherwise.

Example

The method use is given in the example for IDynamicInstance.Clone.

See also:

IDynamicInstance