TdxCalculateDocumentVariableEventArgs.VariableName Property
Returns the name of the document variable to which the DOCVARIABLE field refers.
Declaration
property VariableName: string read;
Property Value
Type |
---|
string |
Remarks
Use this property to identify a document variable for which a TdxCalculateDocumentVariableEvent event has occurred.
See Also