FMX.Grid.Style.TStyledGrid.TouchEnabled
Delphi
function TouchEnabled: Boolean; virtual;
C++
virtual bool __fastcall TouchEnabled(void);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | protected | FMX.Grid.Style.pas FMX.Grid.Style.hpp |
FMX.Grid.Style | TStyledGrid |
Description
Returns True
if a touch screen can be used to interact with the grid or False
otherwise.