TdxCustomStringsReportLink.Strings Property
In This Article
Provides access to the text (in the form of a list of strings) being printed.
#Declaration
Delphi
property Strings: TStrings read;
#Property Value
Type |
---|
TStrings |
#Remarks
Each string or line of the Strings property represents a text row for the report link. The GetStrings function returns the value of the Strings property. 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.
See Also