1 2 3 4 5 6 7 8 9
<?php class RatingList extends TPage { protected function rating3_selectionChanged($sender, $param) { $this->labelResult3->Text=$this->Rating3->SelectedValue; } }