Skip to main content

TdxCustomReportLinkOptionsExpanding Class

Represents the report link’s options, which are specific to expandable controls.

Declaration

TdxCustomReportLinkOptionsExpanding = class(
    TdxCustomReportLinkOptions
)

Remarks

The TdxCustomReportLinkOptionsExpanding class is the base class for classes which provide options for customizing the various appearance aspects of expandable controls such as the TreeList, Grid or VerticalGrid. The TdxCustomReportLinkOptionsExpanding class does not introduce any new members. However, its descendants extend this class with new options specific to a particular control.

Inheritance

TObject
TPersistent
TdxCustomReportLinkOptions
TdxCustomReportLinkOptionsExpanding
See Also