API:FMX.StdCtrls.TBitmapTrackBar.DoRealign

From RAD Studio API Documentation

Delphi

procedure DoRealign; override;

C++

virtual void __fastcall DoRealign(void);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.StdCtrls.pas
FMX.StdCtrls.hpp
FMX.StdCtrls TBitmapTrackBar

Description

Sends a PM_REALIGN message to the presentation layer through its presentation proxy. {{#multireplace:FMX.StdCtrls.TBitmapTrackBar.DoRealign|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:FMX.Controls.Presentation.TPresentedControl.DoRealign|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:FMX.Controls.Presentation.TPresentedControl.DoRealign|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Sends a PM_REALIGN message to the presentation layer through its presentation proxy.

For details about the circumstances that trigger this procedure, see TControl.DoRealign.

See Also