Skip to main content

TdxSpreadSheetCustomBrush Class

The base class for all classes that implement settings of the brushes without transparency support used in the Spreadsheet and Report Designer controls.

Declaration

TdxSpreadSheetCustomBrush = class(
    TObject
)

Remarks

This class implements the functionality required by the TdxSpreadSheetCellBrush class.

The TdxSpreadSheetCustomBrush class extends its ancestor with the following members that allow you to:

The TdxSpreadSheetCustomBrush object is not referenced directly by any property in the Spreadsheet or Report Designer control. Use the TdxSpreadSheetCellBrush class instead.

Inheritance

TObject
TdxSpreadSheetCustomBrush
See Also