FMX.Ani.TFloatKeyAnimation.PropertyName

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

Delphi

property PropertyName: string read FPropertyName write SetPropertyName default 0;

C++

__property PropertyName = {default=0};

プロパティ

種類 可視性 ソース ユニット
property published
FMX.Ani.pas
FMX.Ani.hpp
FMX.Ani TFloatKeyAnimation

説明

アニメーションするプロパティの名前。

PropertyName は、プロパティの名前を保有する文字列で、このプロパティが、アニメーション時にfloating+point keysに従い変更されます。 フォーム内の TRectangleHeight のディメンションを変更する場合、PropertyName'Height' でなければなりません。

関連項目