nw::lyt::TextBox::AllocStringBuffer Member Function

Syntax

virtual void AllocStringBuffer(
     u16 minLen
);

Arguments

Name Description
minLen The length (in characters) of the text buffer to be allocated.

Return Values

None.

Description

Allocates the text buffer.

Does nothing when the length of the already allocated buffer is bigger than minLen.

See Also

FreeStringBuffer

Revision History

2010/05/10
Deleted the isDoubleBuffer argument.
2010/02/19
Added the isDoubleBuffer argument.
2009/09/18
Initial version.

CONFIDENTIAL