FMX.Ani.TIntAnimation.StartValue

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property StartValue: Integer read FStartValue write FStartValue stored True nodefault;

C++

__property int StartValue = {read=FStartValue, write=FStartValue, stored=true, nodefault};

Propriétés

Type Visibilité  Source Unité  Parent
property published
FMX.Ani.pas
FMX.Ani.hpp
FMX.Ani TIntAnimation


Description

Démarre l'animation de cette propriété à partir de cette valeur.

Pour un TIntAnimation, StartValue est un nombre entier contenant la valeur à partir de laquelle démarrer l'animation de la propriété contrôlée. Si StartFromCurrent vaut True, la valeur en cours de la propriété est réaffectée à StartValue au démarrage de l'animation.

Voir aussi