Skip to main content

dxAutoReplaceImageListReferencesOnDPIChanges Variable

Specifies if the dynamic image list replacement functionality is enabled in DPI-aware DevExpress forms.

Declaration

var dxAutoReplaceImageListReferencesOnDPIChanges: Boolean = True;

Variable Value

Type
Boolean

Remarks

You can set this global variable to False to disable the DPI-aware form’s capability to automatically switch between image lists containing UI icons designed for various target monitor DPI values if this functionality leads to problematic behavior in your application. Refer to the Preparing and Managing UI Icon Lists topic for more information.

The TdxCustomForm.UpdateImageLists and TdxForm.UpdateImageLists procedures have no effect if the dxAutoReplaceImageListReferencesOnDPIChanges global variable is set to False.

See Also