FMX.Grid.TColumn.AncestorParentChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure AncestorParentChanged; override;

C++

virtual void __fastcall AncestorParentChanged();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Grid.pas
FMX.Grid.hpp
FMX.Grid TColumn

Description

Notifies its child controls that the parent of an ancestor of your control has changed.

FMX.Grid.TColumn.AncestorParentChanged inherits from FMX.Controls.TControl.AncestorParentChanged. All content below this line refers to FMX.Controls.TControl.AncestorParentChanged.

Notifies its child controls that the parent of an ancestor of your control has changed.

See Also