Back to Devexpress

TdxCalculateDocumentVariableEventArgs Class

vcl-dxrichedit-dot-types-94bd2923.md

latest1.6 KB
Original Source

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

TdxCalculateDocumentVariableEventArgs Members

dxRichEdit.Types Unit