Оглавление:
Карта сайта:
Оглавление:
Карта сайта:
Это старая версия документа!
| Sr.No. | Method & Description |
|---|---|
| 1 | delete(startindex [,endindex]) This method deletes a specific character or a range of text. |
| 2 | get(startindex [,endindex]) This method returns a specific character or a range of text. |
| 3 | index(index) Returns the absolute value of an index based on the given index. |
| 4 | insert(index [,string]…) This method inserts strings at the specified index location. |
| 5 | see(index) This method returns true if the text located at the index position is visible. |