vcl-cxclasses-d57eeb0f.md
The base class for all classes implementing non-visual components designed for managing styles and UI elements in DPI-aware DevExpress VCL components.
TcxScalableComponent = class(
TcxComponent,
IdxScaleFactor,
IcxScalableComponent
)
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.
TObject TPersistent TComponent TcxCustomComponent TcxComponent TcxScalableComponent
See Also