System.Devices.TDeviceInfo.MinLogicalScreenSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MinLogicalScreenSize: TSize read FMinLogicalScreenSize;

C++

__property System::Types::TSize MinLogicalScreenSize = {read=FMinLogicalScreenSize};

Properties

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

Description

Minimum logical screen width and height in pixels.

See Also