Vcl.ComCtrls.TSearchDirection

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

TSearchDirection = (sdLeft, sdRight, sdAbove, sdBelow, sdAll);

C++

enum DECLSPEC_DENUM TSearchDirection : unsigned char { sdLeft, sdRight, sdAbove, sdBelow, sdAll };

Propriétés

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

Description

Indique la direction dans laquelle rechercher l'élément le plus proche pour un élément spécifié ou un point spécifié.

TSearchDirection définit les directions de recherche suivantes :



Valeur Signification

sdLeft

Cherche vers la gauche d'un élément sélectionné.

sdRight

Cherche vers la droite d'un élément sélectionné.

sdAbove

Cherche en amont d'un élément sélectionné.

sdBelow

Cherche en aval d'un élément sélectionné.

sdAll

Cherche selon la position des éléments dans la propriété Items.