In TWebEdit, there's a TextHint property that sets the placeholder attribute. Wondering if the same can be done for TWebMemo? Can do it in code, but should probably be part of the control. Unless it is there and I'm not seeing it?
asm document.getElementById("webmemo").placeholder = 'text hint'; end;