FMX.StdCtrls.TStatusBar.DoRootChanging

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoRootChanging(const NewRoot: IRoot); override;

C++

virtual void __fastcall DoRootChanging(const Fmx::Types::_di_IRoot NewRoot);

Properties

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

Description

A reimplementation of TFmxObject.DoRootChanging.

Allows the control to be unregistered from the old root and registered to the new root. This is useful for a control to be registered on unregistered as a hint receiver.

See Also