Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxCustomStringsReportLink.GetStrings Method

Returns the text (in the form of a list of strings) being printed.

#Declaration

Delphi
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