FMX.Types.TTouchActions

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type TTouchActions = set of TTouchAction;

C++

typedef System::Set<TTouchAction, _DELPHI_SET_ENUMERATOR(TTouchAction::None), _DELPHI_SET_ENUMERATOR(TTouchAction::Cancel)> TTouchActions;

Properties

Type Visibility Source Unit Parent
set
typedef
public
FMX.Types.pas
FMX.Types.hpp
FMX.Types FMX.Types

Description

Specifies a set of TTouchAction enumerations.


See Also