public void modified() { str buffer; ; buffer = MyTable.MyField; buffer += "а так можно"; MyTable.MyField = buffer; super(); }