FMX.Controls.Presentation.TPresentedControl.AncestorParentChanged

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

procedure AncestorParentChanged; override;

C++

virtual void __fastcall AncestorParentChanged();

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
FMX.Controls.Presentation.pas
FMX.Controls.Presentation.hpp
FMX.Controls.Presentation TPresentedControl


説明

このコントロールの上位クラスの親が変更されると、プレゼンテーション プロキシを通じてプレゼンテーション層に PM_REFRESH_PARENT メッセージを送信します。

関連項目