Edit Function Argument DialogCopy link to this sectionLink to this section copied!

This dialog allows you to edit a function argument.

Edit Function From Standard DLL Dialog

ParameterCopy link to this sectionLink to this section copied!

TypeCopy link to this sectionLink to this section copied!

The argument's data type.

Passing MethodCopy link to this sectionLink to this section copied!

Specifies if the argument is passed by value or by reference.

Evaluate before callCopy link to this sectionLink to this section copied!

This option allows you to pass the property value to a DLL function as an input parameter and and then you evaluate that parameter in that function. In case this option is disabled, the property will not be passed to the function.

Store value after callCopy link to this sectionLink to this section copied!

This applies only when the parameter is passed by reference. The parameters' value after the function's call is stored in the property from where it was taken. If its value was no taken from a property then its final value is ignored.

Value BindingCopy link to this sectionLink to this section copied!

Specifies where the argument's value is deposited or taken from.

Inline ValueCopy link to this sectionLink to this section copied!

Set the inline argument value. The argument's value is a formatted string.

PropertyCopy link to this sectionLink to this section copied!

The argument's value is taken from a property before the function's call and stored in the same property after the call.