表示: Delphi C++
表示設定

Vcl.ComCtrls.TSearchDirection

提供:XE2 API Documentation
移動: 案内, 検索

Delphi

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

C++

enum 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 プロパティに表示される項目の順に検索する。

以前のバージョン
他の言語