[Overview][Types][Classes][Variables][Index] Reference for unit 'lazdeviceapis' (#lcl)

TLazDevice

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Represents the device itself in a general way and hardware elements which don't have a exclusive object to represent them

Declaration

Source position: lazdeviceapis.pas line 129

type TLazDevice = class

public

  procedure Vibrate();

  

Vibrates the device, if it has hardware support for this.

  property Manufacturer: ; [r]

  

A string with the name of the manufacturer of the device

  property Model: ; [r]

  

The model of the device.

end;

Inheritance

TLazDevice

  

Represents the device itself in a general way and hardware elements which don't have a exclusive object to represent them

|

TObject