FMX.MultiView.TCustomMultiView.ControlTypeChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ControlTypeChanged; override;

C++

virtual void __fastcall ControlTypeChanged(void);

Properties

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

Description

Notifies about the changes of ControlType.

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

Notifies about the changes of ControlType.

See Also