FMX.Grid.Style.TStyledGrid.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.Grid.Style.pas
FMX.Grid.Style.hpp
FMX.Grid.Style TStyledGrid

Description

Indicates whether the current device has a touch screen (True) or not (False).

See Also