Lazarus and WebRichEdit1

How can i import a file

WebRichEdit1 .... load form file

You can use a TWebFilePicker component to open a dialog to pick a local file and via TWebFilePicker get the file content as text and load it into TWebRichEdit

Thanks Bruno,
Successful loading