FMX.Types.TTouchActions

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

type TTouchActions = set of TTouchAction;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
set
typedef
public
FMX.Types.pas
FMX.Types.hpp
FMX.Types FMX.Types


Beschreibung

Gibt die Menge der TTouchAction-Aufzählungen an.


Siehe auch