MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laTextFieldWidget_SetClearOnFirstEdit Function
MPLAB® Harmony Graphics Suite
laTextFieldWidget_SetClearOnFirstEdit Function
C
LIB_EXPORT laResult laTextFieldWidget_SetClearOnFirstEdit(
    laTextFieldWidget* txt, 
    laBool clear
);
Parameters
Parameters 
Description 
laTextFieldWidget* txt 
the widget 
laBool clear 
the desired flag state 
Returns

laResult - the operation result

MPLAB® Harmony Graphics Suite