Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxCalculateDocumentVariableEventArgs Class

An argument container for document variable calculation events.

#Declaration

Delphi
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