TdxCalculateDocumentVariableEventArgs.VariableName Property
In This Article
Returns the name of the document variable to which the DOCVARIABLE field refers.
#Declaration
Delphi
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