[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Dynamic array of vardata records.
Source position: variants.pp line 213
type TVarDataArray = array of tvardata; |
TVarDataArray is a helper type for instance used in IVarInvokeable.DoFunction to represent the arguments passed to a function.
|
Called for methods that return a result (functions) |