FMX.MultiView.TCustomMultiView.DoAbsoluteChanged

From RAD Studio API Documentation
Jump to: navigation, search

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.

FMX.MultiView.TCustomMultiView.DoAbsoluteChanged inherits from FMX.Controls.Presentation.TPresentedControl.DoAbsoluteChanged. All content below this line refers to FMX.Controls.Presentation.TPresentedControl.DoAbsoluteChanged.

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