FMX.TabControl.TTabItem.ParentChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ParentChanged; override;

C++

virtual void __fastcall ParentChanged();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.TabControl.pas
FMX.TabControl.hpp
FMX.TabControl TTabItem

Description

Executed right after the value of the Parent property changes.

FMX.TabControl.TTabItem.ParentChanged inherits from FMX.Controls.TControl.ParentChanged. All content below this line refers to FMX.Controls.TControl.ParentChanged.

Executed right after the value of the Parent property changes.

The control does not execute ParentChanged if you assign Parent the same value that it already has.

See Also