MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laKeyPadWidget_GetKeyValue Function
MPLAB® Harmony Graphics Suite
laKeyPadWidget_GetKeyValue Function

This function allocates memory and returns a valid laString pointer. The caller is responsible for managing the memory once this function returns.

C
LIB_EXPORT laString* laKeyPadWidget_GetKeyValue(
    laKeyPadWidget* pad, 
    uint32_t row, 
    uint32_t col
);
Parameters
Parameters 
Description 
laKeyPadWidget* pad 
the widget 
uint32_t row 
the indicated row 
uint32_t col 
the indicated column 
Returns

laString* - an initialized string containing a copy of the key pad cell edit value text

MPLAB® Harmony Graphics Suite