[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 131

type TLazDevice = class end;

public

  procedure Vibrate();

  

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

  function GetScreenRotation();

  property Manufacturer: string; [r]

  

A string with the name of the manufacturer of the device

  property Model: string; [r]

  

The model of the device.

Inheritance

TLazDevice

  

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

|

TObject

The latest version of this document can be found at lazarus-ccr.sourceforge.net.