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

touchgfx::TextAreaWithTwoWildcards::setWildcard1() method

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

Syntax

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

Arguments

value

A pointer to the UnicodeChar to set the wildcard to.

References

LocationText
TextAreaWithWildcard.hpp:263
void setWildcard1(const Unicode::UnicodeChar* value)

Data Use

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