/
OnDeviceCScrollingHandler
OnDeviceCScrollingHandler
Declaration
Delphi
procedure OnDeviceCScrolling(PadMode: Integer; SubMode: Integer; PenState: Integer; RequstedTileNo: Integer; WParam: Integer);
ActiveX
HRESULT _stdcall OnDeviceCScrollingHandler([in] long PadMode, [in] long SubMode, [in] long PenState, [in] long RequestedTileNo, [in] long WParam );
Description
This function should be only called from signaturedevice1.ocx
THIS IS NOT AN EVENT, THIS IS A HANDLER ROTINE FOR THE EVENT OF StepOverSignatureDevice1.ocx !!!
Parameters
| CONTINOUOS_SCROLLING = 15 |
SubMode | SUBMODE_DOCUMENT_VIEW = 0 |
PenState | Pen UP=0 PenDown=1 |
RequestedTileNo | TileNo which should be send to pad as bmp |
WParam | yet not used |
, multiple selections available,
Related content
OnDeviceCScrollingEventHandler
OnDeviceCScrollingEventHandler
More like this
OnDeviceLCDButtonHandler
OnDeviceLCDButtonHandler
More like this
OnDeviceLCDButtonHandlerEx
OnDeviceLCDButtonHandlerEx
More like this
2.1 Continuous Scrolling Mode
2.1 Continuous Scrolling Mode
More like this
OnDeviceButton, OnDeviceButtonEx
OnDeviceButton, OnDeviceButtonEx
More like this
RegisterBigButtonHandler
RegisterBigButtonHandler
More like this