TCustomRVReportGenerator.Variables

<< Click to display table of contents >>

TCustomRVReportGenerator.Variables

A string list containing global variables for the report generator.

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.

While processing a report template, a report generator uses both these global variables, and local variables in report tables.

See also:

variables in templates

TRVReportTableItemInfo.Variables

TRVReportGenerationSession