void VarPrint(TValueRec a, String aName, TStrings Dst, Int32 ValueCountLimit, Int32 StringLengthLimit)
Prints the value "a" of variable with "aName" to Dst.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | a | TValueRec | |
| 2 | aName | String | |
| 3 | Dst | TStrings | |
| 4 | ValueCountLimit | Int32 | |
| 5 | StringLengthLimit | Int32 |
Result: stored in self (calling object)
Remarks:
Adds lines to Dst to display the contents of variable in a on a command line like user interface. LenLimit defines the maximum number of values that will be printed, if the structure contains more than LenLimit items.