FMX.Controls.Presentation.TPresentedControl.ApplyTriggerEffect

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

Delphi

procedure ApplyTriggerEffect(const AInstance: TFmxObject; const ATrigger: string); override;

C++

virtual void __fastcall ApplyTriggerEffect(Fmx::Types::TFmxObject* const AInstance, const System::UnicodeString ATrigger);

プロパティ

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

説明

特定のマウス トリガの効果を、TEffect 型のこの FMX オブジェクトのすべての子に、適用します。

FMX.Controls.Presentation.TPresentedControl.ApplyTriggerEffect は FMX.Controls.TControl.ApplyTriggerEffect を継承しています。以下の内容はすべて FMX.Controls.TControl.ApplyTriggerEffect を参照しています。


特定のマウス トリガの効果を、TEffect 型のこの FMX オブジェクトのすべての子に、適用します。


ApplyTriggerEffect は、この FMX オブジェクトのすべての子をイテレートし、そのうちのいずれかが TEffect 型である場合には、ATrigger パラメータ('IsMouseOver''IsMouseOver''IsDragOver'、のなど)で指定されるマウス トリガを適用します。


AInstance は、トリガ効果が適用される、FMX オブジェクトのインスタンスを示します。

関連項目