Vcl.ComCtrls.TSearchDirection

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

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

C++

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

プロパティ

種類 可視性 ソース ユニット
enum public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls Vcl.ComCtrls

説明

指定した項目または地点に対して,最も近い項目を検索する方向を示します。

TSearchDirection 型は,以下の検索方向を定義します。



意味

sdLeft

指定した項目の左側を検索する。

sdRight

指定した項目の右側を検索する。

sdAbove

指定した項目の上側を検索する。

sdBelow

指定した項目の下側を検索する。

sdAll

Items プロパティに表示される項目の順に検索する。