TdxCalculateDocumentVariableEventArgs Members
An argument container for document variable calculation events.Constructors
Name | Description |
---|---|
Create(string,TdxArgumentCollection) | Creates a data container for a document variable calculation event. |
Properties
Name | Description |
---|---|
Arguments | Provides access to the parsed arguments of the document variable. |
Handled | Specifies if the built-in document calculation routine is disabled. |
KeepLastParagraph | Specifies if the pending document insert operation keeps the last paragraph of the source document in the resulting document. |
Value | Specifies the value of the DOCVARIABLE field that raised the event. |
VariableName | Returns the name of the document variable to which the DOCVARIABLE field refers. |
Methods
Name | Description |
---|---|
Empty | Inherited from TdxEventArgs. |
Equals(TObject) | Inherited from TObject. |
GetHashCode | Inherited from TObject. |
ToString | Inherited from TObject. |
See Also