TouchGFX + 0/4 examples
CodeScope will show references to touchgfx::TextAreaWithOneWildcard::setWildcard() from the following samples and libraries:
Examples
STM32469I-Discovery
Demonstrations
STM32469I_EVAL
Demonstrations
STM324x9I_EVAL
Demonstrations
STM32F429I-Discovery
Demonstrations
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesTouchGFXtouchgfx::TextAreaWithOneWildcard::setWildcard()

touchgfx::TextAreaWithOneWildcard::setWildcard() method

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

Syntax

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

Arguments

value

A pointer to the UnicodeChar to set the wildcard to.

Examples

touchgfx::TextAreaWithOneWildcard::setWildcard() is referenced by 4 libraries and example projects.

References

LocationText
TextAreaWithWildcard.hpp:138
void setWildcard(const Unicode::UnicodeChar* value)

Data Use

Data read by touchgfx::TextAreaWithOneWildcard::setWildcard()
Data written by touchgfx::TextAreaWithOneWildcard::setWildcard()
touchgfx::TextAreaWithOneWildcard::setWildcard()