MPLAB® Harmony Graphics Suite
|
This function allocates memory and initializes the input string pointer. The caller is responsible for managing the memory once this function returns.
LIB_EXPORT laResult laGroupBoxWidget_GetText( laGroupBoxWidget* box, laString* str );
Parameters |
Description |
laGroupBoxWidget* box |
the widget |
laString* str |
a pointer to an laString object |
MPLAB® Harmony Graphics Suite
|