FMX.Grid.TGlyphColumn.AncestorParentChanged

提供:RAD Studio API Documentation

Delphi

procedure AncestorParentChanged; override;

C++

virtual void __fastcall AncestorParentChanged();

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
FMX.Grid.pas
FMX.Grid.hpp
FMX.Grid TGlyphColumn

説明

対象コントロールの上位オブジェクトのが変わったことを子コントロールに通知します。 対象コントロールの上位オブジェクトのが変わったことを子コントロールに通知します。 FMX.Grid.TGlyphColumn.AncestorParentChanged は FMX.Controls.TControl.AncestorParentChanged を継承しています。以下の内容はすべて FMX.Controls.TControl.AncestorParentChanged を参照しています。

対象コントロールの上位オブジェクトのが変わったことを子コントロールに通知します。

関連項目