FSPDF_JAVASCRIPTEVENT Struct Reference

Structure for javascript event. More...

#include <fpdf_form_w.h>

Public Attributes

FSCRT_BSTR strValue
 Value has different meanings for different field events such as KeyStroke,Validate,Format...[in/out].
 
FSCRT_BSTR strChange
 The string which will be part of a field's value. [in].
 
FS_INT32 nStart
 Indicate the position of a field's value where the strChange start. [in].
 
FS_INT32 nEnd
 Indicate the position of a field's value where the strChange end. [in].
 
FS_BOOL bWillCommit
 Verifies the current keystroke event before the data is committed. [in].
 
FS_BOOL bRc
 Used for validation. Indicates whether a particular event in the event chain should succeed. [in/out].
 

Detailed Description

Structure for javascript event.


The documentation for this struct was generated from the following file:

Foxit Corporation