|
Navigate to: Methods | Constructors | Events | Properties | ProDatasets | Temp-Tables
Options | Name | Purpose | |
---|---|---|---|
- | CHARACTER GetQueryBufferNames (JPNode, character) |
Returns a comma delimited list of buffer names from the DEFINE
QUERY Statement for the given Query Name |
|
# | CHARACTER GetQueryBufferNames (ParseUnit, character) |
Returns a comma delimited list of buffer names from the DEFINE
QUERY Statement for the given Query Name |
|
# | Initialize () |
Initializes the Proparse environment |
|
# | OnStatusChanged (StatusChangedEventArgs) |
Raises the StatusChanged |
|
+ | CHARACTER ParseListItemPairs (JPNode) |
Parses the LIST-ITEM-PAIRS Node and returns a CHR(1) delimited list
of the LIST-ITEM-PAIRS |
|
+ | CHARACTER ParseListItems (JPNode) |
Parses the LIST-ITEMS Node and returns a CHR(1) delimited list
of the LIST-ITEMS |
|
+ | CHARACTER ParseRadioButtons (JPNode) |
Parses the RADIO-BUTTONS Node and returns a CHR(1) delimited list
of the RADIO-BUTTONS |
|
# | PublishStatus (character) |
Publishes the a status message |
Options | Name | Purpose | |
---|---|---|---|
+ | StatusChanged (Object, StatusChangedEventArgs) |
Raised when the status of the class has changed |
Top
PRIVATE CHARACTER GetQueryBufferNames (JPNode, character)
|
|||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PROTECTED CHARACTER GetQueryBufferNames (ParseUnit, character)
|
|||||||||||||||||||||||||||
PROTECTED Initialize ()
|
|||||||||||||||||||||||||||
PROTECTED OnStatusChanged (StatusChangedEventArgs)
|
|||||||||||||||||||||||||||
PUBLIC CHARACTER ParseListItemPairs (JPNode)
|
|||||||||||||||||||||||||||
PUBLIC CHARACTER ParseListItems (JPNode)
|
|||||||||||||||||||||||||||
PUBLIC CHARACTER ParseRadioButtons (JPNode)
|
|||||||||||||||||||||||||||
PROTECTED PublishStatus (character)
|
PUBLIC StatusChanged (Object, StatusChangedEventArgs)
|
---|