/
ClearLCD
ClearLCD
Declaration
Delphi
procedure ClearLCD(DefaultPicture: Boolean; SavedImage: Boolean; SavedText: Boolean);
C/C++
SOPAD_API void SOPAD_clearLCD(BOOL bDefaultPicture, BOOL bSavedImage, BOOL bSavedText);
ActiveX
HRESULT ClearLCD([in] VARIANT_BOOL DefaultPicture, [in] VARIANT_BOOL SavedImage, [in] VARIANT_BOOL SavedText);
Description
This function clears the LCD.
Arguments
DefaultPicture
Pass a non-zero value if default picture (frame, signature line and default copyright text) should be displayed.
SavedImage
Pass a non-zero value to show the image assigned by SetSignImage.
SavedText
Pass a non-zero value to show the text assigned by SetSignText.
, multiple selections available,
Related content
ClearControl
ClearControl
Read with this
SetLCDMode
SetLCDMode
More like this
SetSignImageEx
SetSignImageEx
More like this
LCDImageEx, LCDImageExR
LCDImageEx, LCDImageExR
More like this
LCDImage
LCDImage
More like this