System.Devices.TDeviceInfo.MaxLogicalScreenSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MaxLogicalScreenSize: TSize read FMaxLogicalScreenSize;

C++

__property System::Types::TSize MaxLogicalScreenSize = {read=FMaxLogicalScreenSize};

Properties

Type Visibility Source Unit Parent
property public
System.Devices.pas
System.Devices.hpp
System.Devices TDeviceInfo

Description

Maximum logical screen width and height in pixels.

See Also