Skip to main content
A newer version of this page is available. .

TcxScalableComponent Class

The base class for all classes implementing non-visual components designed for managing styles and UI elements in DPI-aware DevExpress VCL components.

Declaration

TcxScalableComponent = class(
    TcxComponent,
    IdxScaleFactor,
    IcxScalableComponent
)

Remarks

This class implements the DPI awareness functionality in such non-visual components as TdxBarManager, TcxStyleRepository, TcxStyleController, TdxAlertWindowManager, etc.

You do not need to create instances of the TcxScalableComponet class. Use its descendants instead.

See Also