CanPaste: Boolean;
CanPaste(): Boolean;
The CanPaste method returns whether the element can be pasted from the clipboard.
Available values:
True. Element can be pasted. Use the IRdsDictionaryBox.Paste method to paste element.
False. Element cannot be pasted.
The method use is given in the example for IRdsDictionaryBox.CanCopy.
See also: