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

IdxScaleFactor Interface

Exposes the scaling factor of a scalable component.

#Declaration

Delphi
IdxScaleFactor = interface(IInterface)

#Remarks

All DPI-aware DevExpress forms and controls implement this interface to obtain a scaling factor corresponding to the current monitor DPI value. Implement the IdxScaleFactor interface in a custom control class to make it compatible with scalable DevExpress components (that is, provide the custom control with the capability to extract and update its scaling factor by calling the GetScaleFactor function).

#Inheritance

IInterface
IdxScaleFactor
See Also