FMX.Types.TTrigger
Delphi
type TTrigger = UnicodeString;
C++
typedef System::UnicodeString TTrigger;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
type typedef |
public | FMX.Types.pas FMX.Types.hpp |
FMX.Types | FMX.Types |
Description
Indicates the state of the parent object of an animation.
TTrigger is a string that specifies the state of certain Boolean properties in the parent of an animation. These properties are:
The string assigned to a TTrigger is the name of one of these properties followed by "=true" or "=false".