C
void TeClearBuffer( TEXTENTRY * pTe );
Overview
This function will clear the data in the display. You must set the drawing state bit TE_UPDATE_TEXT to update the TEXTENTRY on the screen.
Input Parameters
Input Parameters |
Description |
TEXTENTRY * pTe |
pointer to the object |
Returns
none
Preconditions
none
Side Effects
none.