Vcl.WinXPanels.TStackPanel.BiDiMode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BiDiMode;

C++

__property BiDiMode;

Properties

Type Visibility Source Unit Parent
property published
Vcl.WinXPanels.pas
Vcl.WinXPanels.hpp
Vcl.WinXPanels TStackPanel

Description

Specifies the bidirectional mode for the control.

Vcl.WinXPanels.TStackPanel.BiDiMode inherits from Vcl.Controls.TControl.BiDiMode. All content below this line refers to Vcl.Controls.TControl.BiDiMode.

Specifies the bidirectional mode for the control.

Use BiDiMode to enable the control to adjust its appearance and behavior automatically when the application runs in a locale that reads from right to left instead of left to right. The bidirectional mode controls the reading order for the text, the placement of the vertical scroll bar, and whether the alignment is changed.

Alignment does not change for controls that are known to contain number, date, time, or currency values. For example, with data-aware controls, the alignment does not change for the following field types: ftSmallint, ftInteger, ftWord, ftFloat, ftCurrency, ftBCD, ftDate, ftTime, ftDateTime, ftAutoInc.

See Also