[Overview][Types][Classes][Procedures and functions][Index] |
Flips child controls horizontally.
Source position: extctrls.pp line 897
public procedure TCustomCheckGroup.FlipChildren( |
AllLevels: Boolean |
); override; |
AllLevels |
|
True all child controls and their descendants are flipped. |
Child controls arranged in left-to-right order appear in right-to-left order after flipping. Any anchors are adjusted accordingly.
FlipChildren is an empty implementation in TCustomCheckGroup; no flipping is performed for the control.
|
Flip children horizontally. That means mirroring the Left position and anchoring. |
Version 4.0 | Generated 2025-05-03 | Home |