TdxCustomTextReportLink Class
The base class for report links which print multi-line text.
Declaration
TdxCustomTextReportLink = class(
TBasedxReportLink
)
Remarks
This class is the base class for the report links which allow you to print multi-line text only. The TdxCustomTextReportLink class introduces the Alignment and TextRowSpacing properties which control the appearance of the text in a report. The TdxCustomTextReportLink class provides the ability to custom draw each line of text via the OnCustomDrawRow and OnInitializeRow events.
Inheritance
See Also
TdxCustomTextReportLink