FMX.MultiView.TCustomMultiView.DoAbsoluteChanged

From RAD Studio API Documentation

Delphi

procedure DoAbsoluteChanged; override;

C++

virtual void __fastcall DoAbsoluteChanged(void);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.MultiView.pas
FMX.MultiView.hpp
FMX.MultiView TCustomMultiView

Description

Sends a PM_ABSOLUTE_CHANGED message to the presentation layer through its presentation proxy. {{#multireplace:FMX.MultiView.TCustomMultiView.DoAbsoluteChanged|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:FMX.Controls.Presentation.TPresentedControl.DoAbsoluteChanged|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.DoAbsoluteChanged|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

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

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

See Also