Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

Delphi
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