FMX.Controls.Presentation.TTriggerInfo

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

  TTriggerInfo = record
    Instance: TFmxObject;
    Trigger: string;
    Wait: Boolean;
  end;

C++

struct DECLSPEC_DRECORD TTriggerInfo
{
public:
    Fmx::Types::TFmxObject* Instance;
    System::UnicodeString Trigger;
    bool Wait;
};

Properties

Type Visibility Source Unit Parent
record
struct
public
FMX.Controls.Presentation.pas
FMX.Controls.Presentation.hpp
FMX.Controls.Presentation FMX.Controls.Presentation

Description

Information used for starting trigger animation or effect.

See Also