Result events

 

*

 

Events can be processed for each result part added to a result.

 

AfterProcessing

The event is triggered after the result to which the event is created has been processed.

 

Syntax

AfterProcessing()

Return

No

Parameter

None

 

 

BeforeProcessing

The event is triggered when the result for which the event is created is processed.

 

Syntax

BeforeProcessing()

Return

No

Parameter

None

 

 

EvalDocumentVar

The event is triggered when a document variable of an RTF text is evaluated.

 

Syntax

EvalDocumentVar(ByRef VarName As String)

Return

No

Parameter

Use

Name

Type

Passing

Description

Required

VarName

String

ByRef

The text (name) of the document variable is passed.

If the text of the document variable is a pseudoname (e.g. V1, V2, V3) a mapping can be performed here by returning the stringified expression path to a real existing variable or constant.