Prado\Web\UI\TForm::onInit PHP Méthode

onInit() public méthode

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