FMX.TabControl.TTabControl.HasTouchScreen

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property HasTouchScreen: Boolean read FHasTouchScreen;

C++

__property bool HasTouchScreen = {read=FHasTouchScreen, nodefault};

Properties

Type Visibility Source Unit Parent
property public
FMX.TabControl.pas
FMX.TabControl.hpp
FMX.TabControl TTabControl

Description

Indicates whether the device the application runs on has a touch screen.

When HasTouchScreen is True the device where the application runs on has a touch screen.

See Also