TVarDataArray
Dynamic array of vardata records.
Declaration
Source position: variants.pp line 213
Type
TVarDataArray = Array of tvardata
Description
TVarDataArray is a helper type for instance used in IVarInvokeable.DoFunction to represent the arguments passed to a function.
See also
Name | Description |
---|---|
IVarInvokeable.DoFunction | Called for methods that return a result (functions) |