FMX.Ani.TBitmapAnimation.PropertyName

De RAD Studio API Documentation

Delphi

property PropertyName: string read FPropertyName write FPropertyName default 0;

C++

__property PropertyName = {default=0};

Propriétés

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

Description

Le nom de la propriété à animer.

PropertyName est une chaîne contenant le nom de la propriété à modifier en fonction de StartValue et StopValue du bitmap, sur l'animation. Si vous voulez animer l'image bitmap d'un TImage dans la fiche, PropertyName doit avoir la valeur 'Bitmap'.

Voir aussi

Traductions