Skip to main content

TcxCustomSchedulerReportLinkPrintStyle Class

The base class for classes, which implement the scheduler report’s print styles.

Declaration

TcxCustomSchedulerReportLinkPrintStyle = class(
    TPersistent,
    IInterface,
    IdxPSCellParams,
    IdxPSCellParams2,
    IdxLocalizerListener
)

Remarks

This class implements common behavior (see the Active and Caption properties) and defines common interface that is used by its descendants to implement their own behavior (see the DefaultCaption, IsCompatibleWith, and RestoreDefaults methods). The following subclasses implement different print styles:

Inheritance

TObject
TPersistent
TcxCustomSchedulerReportLinkPrintStyle
See Also