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

TWinControl.SetChildZPosition

Updates the position of the child control in the Z plane (i.e. front-to-back).

Declaration

Source position: controls.pp line 2241

protected procedure TWinControl.SetChildZPosition(

  const AChild: TControl;

  const APosition: Integer

);

Arguments

AChild

  

Control to locate and move in the method.

APosition

  

New ordinal position for the control in the Controls property.