[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 2263

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. That means mirroring the Left position.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.