ParentBiDiMode Property

Applies to TestComplete 15.63, last modified on April 10, 2024

Specifies whether the component uses its parent’s BiDiMode.

Declaration

componentObj.ParentBiDiMode
Read-Write Property Boolean
componentObj     One of the user forms components listed in the Applies To section  

Applies To

The property applies to the following components:

TcxButton, TcxCalcEdit, TcxCurrencyEdit, TcxDateEdit, TcxGroupBox, TcxListBox, TcxRadioGroup, TPanel

Description

The ParentBiDiMode property specifies whether the component inherits the bi-directional mode from its parent. If this property is True, the component uses its parent’s BiDiMode property value, or, if the component is topmost, the default BiDiMode value which is “bdLeftToRight”. If this property is False, the component uses its own BiDiMode property value.

To ensure that all components on the form are uniformly adjusted for bi-directional languages, set the same BiDiMode value for topmost components and set ParentBiDiMode to True for their child components.

Property Value

True, if the component uses its parent’s BiDiMode value; False otherwise.

Remarks

When the component’s BiDiMode property is modified, ParentBiDiMode is automatically set to False.

See Also

BiDiMode Property

Highlight search results