Vcl.Controls.TControl.BiDiMode

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

Delphi

property BiDiMode: TBiDiMode read FBiDiMode write SetBiDiMode stored IsBiDiModeStored;

C++

__property System::Classes::TBiDiMode BiDiMode = {read=FBiDiMode, write=SetBiDiMode, stored=IsBiDiModeStored, nodefault};

プロパティ

種類 可視性 ソース ユニット
property public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TControl


説明

コントロールに対して両方向モードを指定します。

BiDiMode を使用すると、アプリケーションが 1 つのロケール上で実行されており、左から右へではなく、右から左へ読んでいく際に、コントロールの外観と動作を自動的に調整することができます。 両方向モードは、テキストの読み取り方向、垂直スクロール バーの位置、配置を変更できるかどうかを制御します。

数値、日付、時間、通貨の値が含まれることが分かっているコントロールの場合、配置は変更されません。 たとえば、データ対応コントロールの場合、次のフィールド タイプについては配置は変更されません: ftSmallintftIntegerftWordftFloatftCurrencyftBCDftDateftTimeftDateTimeftAutoInc

関連項目