طريقة delete_text
delete_text(self, index, count)
حذف بعض الأحرف.
def delete_text(self, index, count):
...
| معامل | يكتب | وصف |
|---|---|---|
| index | int | مؤشر البداية. |
| count | int | عدد الأحرف. |
حذف بعض الأحرف.
def delete_text(self, index, count):
...
| معامل | يكتب | وصف |
|---|---|---|
| index | int | مؤشر البداية. |
| count | int | عدد الأحرف. |