dxIsProcessDPIAware Method
In This Article
Identifies if the current process is DPI-aware.
#Declaration
Delphi
function dxIsProcessDPIAware: Boolean;
#Returns
Type |
---|
Boolean |
#Remarks
This function returns True if the current process is system (if the host operating system is Microsoft Windows® Vista or later) or per-monitor (if the host operating system is Microsoft Windows® 8.1 or later) DPI-aware; otherwise, False.
See Also