TRVReportTableItemInfo.Variables

<< Click to display table of contents >>

TRVReportTableItemInfo.Variables

A string list containing local variables for this report table.

property Variables: TStringList;

This string list must have items in the form:

<variable name>=<variable value>

Items may have associated objects. They are owned by this string list: it frees these object when clearing or destroying.

A direct assignment to this property cannot be undone by the user. Use SetVariables to assign a new value to this property as an editing operation.

See also:

variables in templates

TCustomRVReportGenerator.Variables

TRVReportGenerationSession