[Overview][Types][Classes][Procedures and functions][Index] |
Flips the horizontal display coordiantes for child controls.
Source position: extctrls.pp line 1619
public procedure TCustomControlBar.FlipChildren( |
AllLevels: Boolean |
); override; |
AllLevels |
|
When True all child controls are flipped as well. |
FlipChildren is used to realign child controls when the BiDiMode in the application has been changed.
Remark: | FlipChildren has an empty implementation in TCustomControlBar. |