virtual String GetText() const = 0;
GetText method returns currently set text in UTF-8 format, set by SetText. It returns plain text value; even if HTML is used, it returns the string with all HTML tags stripped out.
Current set text in UTF-8 format.