MPLAB® Harmony Graphics Suite > Graphics Library > Legato Graphics Library > Legato Interface > b) Core Functions > leEdit_Append Function
MPLAB® Harmony Graphics Suite
leEdit_Append Function

Passes an 'append' command and a string to the current edit widget, if one exists

C
void leEdit_Append(
    leString* str
);
MPLAB® Harmony Graphics Suite