[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

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.

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


Version 3.2 Generated 2024-02-25 Home