FMX.Types.IAlignRoot.Realign

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Realign;

C++

virtual void __fastcall Realign(void) = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.Types.pas
FMX.Types.hpp
FMX.Types IAlignRoot

Description

Performs the realignment of the children within the root parent.

Implement Realign to realign objects within their root parent.

See Also