touchgfx::TextAreaWithTwoWildcards::setWildcard2() is only used within TouchGFX.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesTouchGFXtouchgfx::TextAreaWithTwoWildcards::setWildcard2()

touchgfx::TextAreaWithTwoWildcards::setWildcard2() method

@fn void TextAreaWithTwoWildcards::setWildcard2(const Unicode::UnicodeChar* value) Sets the second wildcard in the text. Sets the second wildcard in the text. Must be a zero-terminated UnicodeChar array.

Syntax

void setWildcard2(const Unicode::UnicodeChar* value);

Arguments

value

A pointer to the UnicodeChar to set the wildcard to.

References

LocationText
TextAreaWithWildcard.hpp:291
void setWildcard2(const Unicode::UnicodeChar* value)

Data Use

Data read by touchgfx::TextAreaWithTwoWildcards::setWildcard2()
Data written by touchgfx::TextAreaWithTwoWildcards::setWildcard2()
touchgfx::TextAreaWithTwoWildcards::setWildcard2()