BlzFrameSetTextSizeLimit
- Parameters
-
frame framehandle
size integer
- comment
-
Sets the maximum number of characters that can be entered into an
EDITBOX
frame. Overrides the FDF propertyEditMaxChars
. - note
-
The limit counts bytes, not characters. Multi-byte symbols (e.g. Cyrillic, Asian) count as two or more towards the limit.
- patch
-
1.31.0.11889
- Source
- common.j (suggest an edit or discuss on Github)
- return type
-
nothing
- Source code
-
native BlzFrameSetTextSizeLimit takes framehandle frame, integer size returns nothing