Create(string,TdxArgumentCollection) Constructor
In This Article
Creates a data container for a document variable calculation event.
#Declaration
Delphi
constructor Create(const AVariableName: string; AArguments: TdxArgumentCollection);
#Parameters
Name | Type |
---|---|
AVariable |
string |
AArguments | Tdx |
#Remarks
The AVariableName and AArguments parameter values initialize the VariableName and Arguments properties.
See Also