Vcl.Controls.TStandardGesture

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

TStandardGesture = (
sgLeft            = sgiLeft,
sgRight           = sgiRight,
sgUp              = sgiUp,
sgDown            = sgiDown,
sgUpLeft          = sgiUpLeft,
sgUpRight         = sgiUpRight,
sgDownLeft        = sgiDownLeft,
sgDownRight       = sgiDownRight,
sgLeftUp          = sgiLeftUp,
sgLeftDown        = sgiLeftDown,
sgRightUp         = sgiRightUp,
sgRightDown       = sgiRightDown,
sgUpDown          = sgiUpDown,
sgDownUp          = sgiDownUp,
sgLeftRight       = sgiLeftRight,
sgRightLeft       = sgiRightLeft,
sgUpLeftLong      = sgiUpLeftLong,
sgUpRightLong     = sgiUpRightLong,
sgDownLeftLong    = sgiDownLeftLong,
sgDownRightLong   = sgiDownRightLong,
sgScratchout      = sgiScratchout,
sgTriangle        = sgiTriangle,
sgSquare          = sgiSquare,
sgCheck           = sgiCheck,
sgCurlicue        = sgiCurlicue,
sgDoubleCurlicue  = sgiDoubleCurlicue,
sgCircle          = sgiCircle,
sgDoubleCircle    = sgiDoubleCircle,
sgSemiCircleLeft  = sgiSemiCircleLeft,
sgSemiCircleRight = sgiSemiCircleRight,
sgChevronUp       = sgiChevronUp,
sgChevronDown     = sgiChevronDown,
sgChevronLeft     = sgiChevronLeft,
sgChevronRight    = sgiChevronRight);

C++

enum DECLSPEC_DENUM TStandardGesture : unsigned char { sgLeft = 1, sgRight, sgUp, sgDown, sgUpLeft, sgUpRight, sgDownLeft, sgDownRight, sgLeftUp, sgLeftDown, sgRightUp, sgRightDown, sgUpDown, sgDownUp, sgLeftRight, sgRightLeft, sgUpLeftLong, sgUpRightLong, sgDownLeftLong, sgDownRightLong, sgScratchout, sgTriangle, sgSquare, sgCheck, sgCurlicue, sgDoubleCurlicue, sgCircle, sgDoubleCircle, sgSemiCircleLeft, sgSemiCircleRight, sgChevronUp, sgChevronDown, sgChevronLeft, sgChevronRight };

Propriétés

Type Visibilité  Source Unité  Parent
enum public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls Vcl.Controls

Description

Enumère les mouvements standard supportés.

TStandardGesture énumère les mouvements standard supportés par le framework VCL.

Les valeurs possibles de TStandardGesture sont listées dans le tableau suivant :



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 "semi-circulaire 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