MPLAB® Harmony Graphics Suite > Graphics Library > Legato Graphics Library > Legato Interface > h) String Functions > leTableString_Constructor Function
MPLAB® Harmony Graphics Suite
leTableString_Constructor Function
C
LIB_EXPORT void leTableString_Constructor(
    leTableString* str, 
    uint32_t idx
);
Parameters
Parameters 
Description 
idx 
the table index to reference 
Remarks

It is assumed that the pointer provided is being managed by the caller. Use leString_PDelete() to properly destruct this pointer.

MPLAB® Harmony Graphics Suite