twebmemo

Hi,


is there any trick to get twebmemo readonly ?
I want to display logging infos and they should not be editable.

regards

Peter
Hi Peter,

I put this on a button or on the form create method and it works for me.

WebMemo1.ReadOnly := true;