[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Controls' (#lcl)

TControl.ParentBiDiMode

Indicates whether the BiDiMode settings in the Parent control are used.

Declaration

Source position: controls.pp line 1843

public property TControl.ParentBiDiMode : Boolean
  read FParentBiDiMode
  write SetParentBiDiMode
  default True;

Description

When set to True, the BidiMode property from the Parent control is copied into the BiDiMode property for the control. The default value for ParentBiDiMode is True.

Changing the value for the property causes a CM_PARENTBIDIMODECHANGED message to be performed to update the control.

See BiDiMode or UseRightToLeftAlignment for more information about the use of bidrectional text on the control.

See also

TControl.BiDiMode

  

Indicates whether text controls use in bi-directional reading.


Version 3.2 Generated 2024-02-25 Home