RWA_LocalizeReportGenerator

<< Click to display table of contents >>

RWA_LocalizeReportGenerator

Localizes text properties of Generator.

Unit RVReportLocalize;

Syntax

procedure RWA_LocalizeReportGenerator(Generator: TRVReportGenerator;
  ControlPanel: TRVAControlPanel = nil);

This procedure localizes Generator.Texts according to ControlPanel.Language. If ControlPanel parameter is omitted, the default control panel is used.

Call this procedure when this application starts, and after each language change (i.e after each call of RVA_ChooseLanguage).

See also

RWA_LocalizeErrorMessages