Skip to main content

TdxCalculateDocumentVariableEventArgs Class

An argument container for document variable calculation events.

Declaration

TdxCalculateDocumentVariableEventArgs = class(
    TdxEventArgs
)

Remarks

This class has the following members that allow you to:

  • Access the parsed arguments of the DOCVARIABLE field (Arguments).

  • Obtain the name of the document variable to which the DOCVARIABLE field refers (VariableName).

  • Specify if the inserted document’s last paragraph persists in the resulting document (KeepLastParagraph).

  • Disable the default document variable calculation routine (Handled).

  • Specify the value of the DOCVARIABLE field (Value).

The E parameter of the TdxCalculateDocumentVariableEvent procedural type references a TdxCalculateDocumentVariableEventArgs object.

Inheritance

TObject
TdxEventArgs
TdxCalculateDocumentVariableEventArgs
See Also