TWebMemo Placeholder Text

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;

You're correct this was overlooked to be exposed at design-time. The public property is available though. In the next update, it will also be in the Object Inspector.

This topic was automatically closed 60 minutes after the last reply. New replies are no longer allowed.