nw::lyt::TextBox::SetString Member Function

Syntax

virtual u16 SetString(
     const wchar_t*                  str,
     u16 dstIdx = 0
);
virtual u16 SetString(
     const wchar_t*                  str,
     u16 dstIdx,
     u16 strLen
);

List of Overloaded Member Functions

SetString ( const wchar_t *, u16 ) Stores a text string in the text buffer.
SetString ( const wchar_t *, u16, u16 ) Stores a text string in the text buffer.

Description of SetString ( const wchar_t *, u16 )

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.

Description of SetString ( const wchar_t *, u16, u16 )

The length of the text string is specified by strLen. The NULL terminator is not detected.

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