Skip to main content

Create(string,TdxArgumentCollection) Constructor

Creates a data container for a document variable calculation event.

Declaration

constructor Create(const AVariableName: string; AArguments: TdxArgumentCollection);

Parameters

Name Type
AVariableName string
AArguments TdxArgumentCollection

Remarks

The AVariableName and AArguments parameter values initialize the VariableName and Arguments properties.

See Also