nw::lyt::TextBox::SetString Member Functionvirtual u16 SetString( const wchar_t* str, u16 dstIdx = 0 );
| Name | Description | |
|---|---|---|
| str | The text string to be stored. | |
| dstIdx | The storage location. |
Stores a text string in the text buffer.
Should the length of the specified string exceed that of the text buffer, the portion that exceeds the length of the text buffer will be cut off.
CONFIDENTIAL