CanClone(op: DynamicInstanceOperationsVisibility; Mark: Variant): Boolean;
CanClone(op: Prognoz.Platform.Interop.Dimensions.DynamicInstanceOperationsVisibility; Mark: object): boolean;
op. Parameter determines to which dictionaries executed operation is applied;
Mark. Set to which dictionary will belong.
The CanClone method determines whether dictionary copy can be created.
The method returns True, if it is possible to create dictionary copy and False, if otherwise.
The method use is given in the example for IDynamicInstance.Clone.
See also: