1 2 3 4 5 6 7 8 9 10
<?php class Home extends TPage { public function checkTxtValue($sender,$param) { $this->label1->Text=date("[H:i:s]")." Textbox changed"; } }