FMX.MultiView.TCustomMultiView.GetDevice

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetDevice: TDeviceInfo;

C++

System::Devices::TDeviceInfo* __fastcall GetDevice();

Properties

Type Visibility Source Unit Parent
function protected
FMX.MultiView.pas
FMX.MultiView.hpp
FMX.MultiView TCustomMultiView

Description

Returns the current device.

The GetDevice method returns the current device with TDeviceInfo type.

At design-time, the GetDevice method returns the device of the view that is selected in IDE’s View Selector.

See Also