FMX.Types.TStandardGestures

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

TStandardGestures = set of TStandardGesture;

C++

typedef System::Set<TStandardGesture, _DELPHI_SET_ENUMERATOR(TStandardGesture::sgLeft), _DELPHI_SET_ENUMERATOR(TStandardGesture::sgChevronRight)> TStandardGestures;

Propriétés

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

Description

Spécifie un ensemble de mouvements standard supportés.

TStandardGestures est un ensemble de mouvements standard. TStandardGestures peut avoir une ou plusieurs des valeurs suivantes :



Valeur Signification

sgDoubleCircle

Identifie un mouvement "Cercle double" standard.

sgDoubleCurlicue

Identifie un mouvement "Fioriture double" standard.

sgDown

Identifie un mouvement "Vers le bas" standard.

sgDownLeft

Identifie un mouvement "Vers le bas, puis vers la gauche" standard.

sgDownLeftLong

Identifie un mouvement "Vers le bas, puis long vers la gauche" standard.

sgDownRight

Identifie un mouvement "Vers le bas, puis vers la droite" standard.

sgDownRightLong

Identifie un mouvement "Vers le bas, puis long vers la droite" standard.

sgDownUp

Identifie un mouvement "Vers le bas, puis vers le haut" standard.

sgLeft

Identifie un mouvement "Vers la gauche" standard.

sgLeftDown

Identifie un mouvement "Vers la gauche, puis vers le bas" standard.

sgLeftRight

Identifie un mouvement "Vers la gauche, puis vers la droite" standard.

sgDownLeftLong

Identifie un mouvement "Vers le bas, puis long vers la gauche" standard.

sgLeftUp

Identifie un mouvement "Vers la gauche, puis vers le haut" standard.

sgRight

Identifie un mouvement "Vers la droite" standard.

sgRightDown

Identifie un mouvement "Vers la droite, puis vers le bas" standard.

sgRightLeft

Identifie un mouvement "Vers la droite, puis vers la gauche" standard.

sgRightUp

Identifie un mouvement "Vers la droite, puis vers le haut" standard.

sgScratchout

Identifie un mouvement "d'effacement" standard.

sgSemiCircleLeft

Identifie un mouvement "Demi-cercle de droite à gauche" standard.

sgSemiCircleRight

Identifie un mouvement "Demi-cercle de gauche à droite" standard.

sgSquare

Identifie un mouvement "Carré" standard.

sgTriangle

Identifie un mouvement "Triangulaire" standard.

sgUp

Identifie un mouvement "Vers le haut" standard.

sgUpDown

Identifie un mouvement "Vers le haut, puis vers le bas" standard.

sgUpLeft

Identifie un mouvement "Vers le haut, puis vers la gauche" standard.

sgUpLeftLong

Identifie un mouvement "Vers le haut, puis long vers la gauche" standard.

sgUpRight

Identifie un mouvement "Vers le haut, puis vers la droite" standard.

sgUpRightLong

Identifie un mouvement "Vers le haut, puis long vers la droite" standard.

sgCheck

Identifie un mouvement "en forme de coche" standard.

sgChevronDown

Identifie un mouvement "chevron orienté vers le bas" standard.

sgChevronLeft

Identifie un mouvement "chevron orienté vers la gauche" standard.

sgChevronRight

Identifie un mouvement "chevron orienté vers la droite" standard.

sgChevronUp

Identifie un mouvement "chevron orienté vers le haut" standard.

sgCircle

Identifie un mouvement "Cercle" standard.

sgCurlicue

Identifie un mouvement "Fioriture" standard.



Voir aussi