
Prototype: GemRB.SetBufferLength(WindowIndex, ControlIndex, Length)

Metaclass Prototype: SetBufferLength(Length)

Description:  Sets the maximum text length of a TextEdit Control. It cannot be more than 65535.

Parameters: 
WindowIndex - the window control id
ControlID - the id of the target control
Length - the maximum text length

Return value: N/A

See also:

