Skip to main content

TAbstractdxGridReportLink Class

An abstract ancestor for report links to the TStringGrid, TDrawGrid, TCheckListBox, and TListBox components.

Declaration

TAbstractdxGridReportLink = class(
    TBasedxReportLink
)

Remarks

This class introduces the properties and methods used by its descendants to provide report links to the standard grid (TStringGrid, TDrawGrid) and list box (TCheckListBox, TListBox) components.

Do not create instances of the TAbstractdxGridReportLink class, use its descendants instead.

See Also