FMX.Controls.Presentation.TActionInfo

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

Delphi

  TActionInfo = record
    Sender: TBasicAction;
    CheckDefaults: Boolean;
  end;

C++

struct DECLSPEC_DRECORD TActionInfo
{
public:
    System::Classes::TBasicAction* Sender;
    bool CheckDefaults;
};

プロパティ

種類 可視性 ソース ユニット
record
struct
public
FMX.Controls.Presentation.pas
FMX.Controls.Presentation.hpp
FMX.Controls.Presentation FMX.Controls.Presentation


説明

TPresentedControl.ActionChange の引数のデータを格納するレコードです。

TPresentedControl.ActionChange では、TActionInfo を使用して、プレゼンテーション プロキシプレゼンテーション層メッセージ値としてこれらの引数を送信します。

関連項目