TFRLabel
Description
TFRLabel inserts simple, static text into the HTML document.
Caption
Text, inserted into t he HTML document.ReportParamDelphi declaration
property Caption;
C++ declaration
__property Caption
Description
Delphi declaration
property ReportParam: AnsiString read FReportParam write FReportParam;
C++ declaration
__property System::AnsiString ReportParam={ read=FReportParam, write=FReportParam, nodefault }
Description
Use ReportParam property to display t he report parameter in t he HTML document.