TdxCustomStringsReportLink.GetStrings Method
Returns the text (in the form of a list of strings) being printed.
Declaration
function GetStrings: TStrings; virtual; abstract;
Returns
| Type |
|---|
| TStrings |
Remarks
Descendants of the TdxCustomStringsReportLink class have to override the GetStrings function to retrieve a list of the strings being printed by a specific report link. The text being printed can be accessed via the Strings property.
See Also