TADVMemoDropDown

I can't get a value against the MemoText.Text or Memo.Text properties of TADVMemoDropDown to appear in the component at runtime. Any suggestions? as it has me stumped.

AdvMemoDropDown.MemoText is a TStringList that offers access to the memo text.
Was retested here with the latest version and snippet:


  memo1.lines.assign(advmemodropdown1.MemoText);

and this copies the text without issues to a separate TMemo component

The problem is not copying to a TMemo from a TADVMemoDropDown but getting the values display in the TADVMemoDropDown component. I can assign and see the value against the both properties AdvMemoDropDown.MemoText.Text and AdvMemoDropDown.Memo.Text but cannot get it to appear in the component drop down at runtime. Not having a reference to this component in the help files doesn't help either.