FMX.Ani.TRectAnimation.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 TRectAnimation

説明

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

PropertyName は、アニメーションするプロパティの名前を保有する文字列です。 フォーム内の TRectangle のマージンを変更する場合、PropertyName'Margins' でなければなりません。

関連項目