nw::lyt::TextBox::TextBox Constructor
explicit TextBox(
u16 allocStrLen = 0
);
| Name | Description | |
|---|---|---|
| allocStrLen | Number of characters to be allocated to the text string buffer. |
Constructor.
Allocates a text buffer and creates an object. If 0 is specified for allocStrLen, a text buffer is not allocated.
CONFIDENTIAL