System.Devices.TDeviceInfo.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create; overload; // do not call this constructor

C++

__fastcall TDeviceInfo(TDeviceClass ADeviceClass, const System::UnicodeString AID, const System::Types::TSize &AMinPhysicalScreenSize, const System::Types::TSize &AMinLogicalScreenSize, const System::Types::TSize &AMaxPhysicalScreenSize, const System::Types::TSize &AMaxLogicalScreenSize, System::Sysutils::TOSVersion::TPlatform APlatform, int APixelsPerInch, bool AExclusive)/* overload */;
__fastcall TDeviceInfo()/* overload */;

Properties

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

Description

Do not use this constructor. To create an instance of TDeviceInfo, use AddDevice instead.

See Also