Can't paste text in a TDBAdvEdit

Hello,
is it possible to paste a string of text into a TDBAdvEdit control?
I tried but it does not work.
I also set allow:=true in the OnClipboardCanPaste and the ClipboardPaste methods, but they aren't called when I do CTRL+V in the control.

Thank you very much
Regards
Piero

I retested and I cannot see such problem here.
Is your DataSource connecting to the DataSet set with AutoEdit = true?
Do you use the latest version of the component?

Hello Bruno,

I understand my mistake, I didn't set the AutoEdit property at true!
Thank you very much

Regards,
Piero