TWeblabel.Caption

Hi @ALL,
how I can update the caption of a TWebLabel at runtime one more times? When I use "WebLabel1.Caption := WebEdit1.Text" first time it works fine, but an additional click on another button with "WebLabel1.Caption := WebEdit2.Text" doesnt work - same caption, no update :-(
Also
// WebLabel1.Refresh;
// WebLabel1.Repaint;
// WebLabel1.Update;
doesnt work - have anyone an idea?

Tks..

I cannot reproduce this.
Is WebEdit1.Text / WebEdit2.Text effectively changing?
If a problem persists, please provide a sample source project with which we can reproduce this here.

Hi, hmmm. As I wanted to create an example I cannot reproduce this too ;-)

Tks..