FMX.Ani.TCustomPropertyAnimation.FindProperty

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

Delphi

function FindProperty: Boolean;

C++

bool __fastcall FindProperty();

プロパティ

種類 可視性 ソース ユニット
function protected
FMX.Ani.pas
FMX.Ani.hpp
FMX.Ani TCustomPropertyAnimation

説明

PropertyName ユーザー定義プロパティが存在しているかどうかを検索します。

FindProperty は、実行時に内部的に、Start 内から呼び出され、プロパティの存在をテストします。PropertyName プロパティが存在しなかった場合、アニメーションは開始できません。

関連項目