FMX.Controls.Presentation.TPresentedControl.AncestorPresentationLoaded

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

Delphi

procedure AncestorPresentationLoaded(const AControl: TPresentedControl);

C++

void __fastcall AncestorPresentationLoaded(TPresentedControl* const AControl);

プロパティ

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


説明

対象コントロールに新しいプレゼンテーションが読み込まれたことを、子コントロールに通知します。

関連項目