TMtxExpression.VarPrint Method

void VarPrint(TValueRec a, String aName, TStrings Dst, Int32 ValueCountLimit, Int32 StringLengthLimit)

Prints the value "a" of variable with "aName" to Dst.

#NameTypeDescription
1aTValueRec
2aNameString
3DstTStrings
4ValueCountLimitInt32
5StringLengthLimitInt32

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.