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

TWinControl.FlipChildren

Flip children horizontally. That means mirroring the Left position and anchoring.

Declaration

Source position: controls.pp line 2434

public procedure TWinControl.FlipChildren(

  AllLevels: Boolean

); virtual;

Arguments

AllLevels

  

Flip recursive?

Description

Child controls arranged in left-to-right order appear in right-to-left order after flipping. All anchors are adjusted accordingly.

See also

TWinControl.DoFlipChildren

  

Flip children horizontally (mirrors the Left position).


Version 3.2 Generated 2024-02-25 Home