TAdvRichEditor text at design time

C++Builder
I don't see a way to add text to a TAdvRichEditor at design time. There is no 'lines' or 'text' property that I can see, and the docs don't seem to help either.

Is this just an open editor for runtime user input only and/or load text file at runtime only?

Am I missing something?

thx

Kevin

Sorry, there is no design-time interface for this. It is rarely useful to have such capability.
If you need to add some text, you can do this programmatically in the form constructor.