Prado\Web\UI\WebControls\TTabView::setText PHP Method

setText() public method

If this is not empty, the child content of the view will be ignored.
public setText ( $value )
    public function setText($value)
    {
        $this->setViewState('Text', TPropertyValue::ensureString($value), '');
    }