RSS

Суббота, 20.04.2024, 01:14
Главная » WoW API » API Виджеты » Окно редактирования »

maxBytes = EditBox:GetMaxBytes()

[ править ]
Returns the maximum number of bytes of text allowed in the edit box.
[клоны]
Returns the maximum number of bytes of text allowed in the edit box. Note: Unicode characters may consist of more than one byte each, so the behavior of a byte limit may differ from that of a character limit in practical use.


Signature:
Code
maxBytes = EditBox:GetMaxBytes()

Returns:
  • maxBytes - Maximum number of text bytes allowed in the edit box (number)

Также смотрите: Окно редактирования
Ссылки: http://wowprogramming.com/docs/widgets/EditBox/GetMaxBytes