System.Devices.TDeviceInfo.Exclusive
Delphi
property Exclusive: Boolean read FExclusive;
C++
__property bool Exclusive = {read=FExclusive, nodefault};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | public | System.Devices.pas System.Devices.hpp |
System.Devices | TDeviceInfo |
Description
Indicates whether the device can be selected regardless of its device class or physical diagonal size (False) or can only be selected when it matches the specified device class and has a physical diagonal size that is the closest to the specified physical diagonal size (True).