THighDPI
Overview
Location
- Reference: Delphi.fx
- Namespace: RemObjects.Elements.RTL.Delphi
- Platforms: Island-Windows
constructor protected
constructor
THighDPI()
init()
GetDPIForMonitor
class property GetDPIForMonitor: TGetDPIForMonitorFunc read;
class TGetDPIForMonitorFunc GetDPIForMonitor { get; }
static var GetDPIForMonitor: TGetDPIForMonitorFunc { get{} }
Initialize
class method Initialize
static void Initialize()
static func Initialize()
MainMonitorPPI
class property MainMonitorPPI: Int32 read;
class Int32 MainMonitorPPI { get; }
static var MainMonitorPPI: Int32 { get{} }
MonitorPPIForHandle
class method MonitorPPIForHandle(aValue: HWND): Int32
static Int32 MonitorPPIForHandle(HWND aValue)
static func MonitorPPIForHandle(_ aValue: HWND) -> Int32
Parameters:
- aValue:
SetProcessDPIAware
class property SetProcessDPIAware: TSetProcessDPIAwareFunc read;
class TSetProcessDPIAwareFunc SetProcessDPIAware { get; }
static var SetProcessDPIAware: TSetProcessDPIAwareFunc { get{} }
SetProcessDPIAwareness
class property SetProcessDPIAwareness: TSetProcessDPIAwarenessFunc read;
class TSetProcessDPIAwarenessFunc SetProcessDPIAwareness { get; }
static var SetProcessDPIAwareness: TSetProcessDPIAwarenessFunc { get{} }
SetProcessDPIAwarenessContext
class property SetProcessDPIAwarenessContext: TSetProcessDPIAwarenessContextFunc read;
class TSetProcessDPIAwarenessContextFunc SetProcessDPIAwarenessContext { get; }
static var SetProcessDPIAwarenessContext: TSetProcessDPIAwarenessContextFunc { get{} }
SupportLevel
class property SupportLevel: THighDPISupportLevel read;
class THighDPISupportLevel SupportLevel { get; }
static var SupportLevel: THighDPISupportLevel { get{} }
GetDPIForMonitor
class property GetDPIForMonitor: TGetDPIForMonitorFunc read;
class TGetDPIForMonitorFunc GetDPIForMonitor { get; }
static var GetDPIForMonitor: TGetDPIForMonitorFunc { get{} }
MainMonitorPPI
class property MainMonitorPPI: Int32 read;
class Int32 MainMonitorPPI { get; }
static var MainMonitorPPI: Int32 { get{} }
SetProcessDPIAware
class property SetProcessDPIAware: TSetProcessDPIAwareFunc read;
class TSetProcessDPIAwareFunc SetProcessDPIAware { get; }
static var SetProcessDPIAware: TSetProcessDPIAwareFunc { get{} }
SetProcessDPIAwareness
class property SetProcessDPIAwareness: TSetProcessDPIAwarenessFunc read;
class TSetProcessDPIAwarenessFunc SetProcessDPIAwareness { get; }
static var SetProcessDPIAwareness: TSetProcessDPIAwarenessFunc { get{} }
SetProcessDPIAwarenessContext
class property SetProcessDPIAwarenessContext: TSetProcessDPIAwarenessContextFunc read;
class TSetProcessDPIAwarenessContextFunc SetProcessDPIAwarenessContext { get; }
static var SetProcessDPIAwarenessContext: TSetProcessDPIAwarenessContextFunc { get{} }
SupportLevel
class property SupportLevel: THighDPISupportLevel read;
class THighDPISupportLevel SupportLevel { get; }
static var SupportLevel: THighDPISupportLevel { get{} }
Initialize
class method Initialize
static void Initialize()
static func Initialize()
MonitorPPIForHandle
class method MonitorPPIForHandle(aValue: HWND): Int32
static Int32 MonitorPPIForHandle(HWND aValue)
static func MonitorPPIForHandle(_ aValue: HWND) -> Int32
Parameters:
- aValue:
constructor protected
constructor
THighDPI()
init()