Gui\Components\TextArea::getValue PHP Метод

getValue() публичный Метод

Gets the value of value;
public getValue ( ) : string
Результат string
    public function getValue()
    {
        return $this->application->waitCommand('callObjectMethod', [$this->lazarusObjectId, 'lines.getAll', []]);
    }