API:FMX.ComboEdit.Style.TStyledComboEdit.DoRealign

From RAD Studio API Documentation

Delphi

procedure DoRealign; override;

C++

virtual void __fastcall DoRealign();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.ComboEdit.Style.pas
FMX.ComboEdit.Style.hpp
FMX.ComboEdit.Style TStyledComboEdit

Description

Performs the alignment of a FireMonkey control. FMX.ComboEdit.Style.TStyledComboEdit.DoRealign inherits from FMX.Controls.TControl.DoRealign. All content below this line refers to FMX.Controls.TControl.DoRealign. Performs the alignment of a FireMonkey control.

See Also