nw::lyt::TextBox::TextBox Constructor

Syntax

explicit TextBox(
     u16 allocStrLen = 0
);

Arguments

Name Description
allocStrLen Number of characters to be allocated to the text string buffer.

Description

Constructor.

Allocates a text buffer and creates an object. If 0 is specified for allocStrLen, a text buffer is not allocated.

Revision History

2009/09/18
Initial version.

CONFIDENTIAL