Prado\Web\UI\TForm::onInit PHP Method

onInit() public method

Registers the form with the page.
public onInit ( $param )
    public function onInit($param)
    {
        parent::onInit($param);
        $this->getPage()->setForm($this);
    }