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

dxGetScaleFactorForInterface(IUnknown) Method

Returns the specified component’s scale factor.

#Declaration

Delphi
function dxGetScaleFactorForInterface(const AOwner: IUnknown): TdxScaleFactor;

#Parameters

Name Type
AOwner IUnknown

#Returns

Type
TdxScaleFactor

#Remarks

This global function works similar to dxGetScaleFactor. Unlike it, the dxGetScaleFactorForInterface function accepts an interface to the component instead of reference (in Delphi) or pointer (in C++Builder).

See Also