LCDTextOut
Declaration
Delphi
function LCDTextOut(x, y: Word; Text: ShortString): WordBool;
C/C++
SOPAD_API BOOL SOPAD_LCDTextOut(int x, int y, const char* Text);
Description
Pre-naturaSign signature devices with LCD support text output. This function prints text on LCD for such devices.
Arguments
x and y
Text position
Text
Text to print
Return value
True if text has been printed, false otherwise.
Â