Padformsavefld; Padframe - Hand Held Products PadCom TT1500 User Manual

Point-of-sale terminal control library
Table of Contents

Advertisement

Parameter
wId
See Also

padFormSaveFld

padFormSaveFld

Saves the current signature data to the specified variable.
Syntax
BOOL padFormSaveFld(
WORD wId,
char FAR * pcName,
WORD wNameLen
)
Parameter
wId
pcName
wNameLen
See Also
padBox, padClearPixel, padInvert, padLine, padSetPixel

padFrame

Draws a frame on the LCD screen.
Draws a frame (outline/empty box) on the LCD screen starting at the coordinates specified by X and Y using the size
specified by Width and Height. The frame is drawn using the current foreground color. This function draws an empty frame
as opposed to padBox, which draws a filled frame.
The illustration depicts the placement of an arbitrary frame at location X, Y with width
of W and height H.
Syntax
BOOL padFrame(
int X,
int Y,
int Width,
int Height
)
Parameter
X
Y
Width
Height
Returns
Returns TRUE if successful, FALSE otherwise.
See Also
padBox, padClearPixel, padInvert, padLine, padSetPixel
3 - 8
Description
Field identification number
Description
Field identification number
Variable name
Name length
Description
Horizontal coordinate from which the frame is drawn
Vertical coordinate from which the frame is drawn
Horizontal size of the frame in pixels
Vertical size of the frame in pixels
0,0
x,y
H
W

Advertisement

Table of Contents
loading

This manual is also suitable for:

Padcom tt3100 series

Table of Contents