+3 votes
in Mathematics by kratos

What are these methods used for?

(i) is Editable()

(ii) set Editable()

(iii) get Echo Char()

1 Answer

+3 votes
by kratos
 
Best answer

(i) is Editable() -Returns the setting (true/false) whether the user can edit the text in the text area.

(ii) set Editable() -Sets whether the user can edit the text in the text area.

(iii) get Echo Char() -Returns the echo character.

...