FMX.Ani.TCustomPropertyAnimation.FindProperty
Delphi
function FindProperty: Boolean;
C++
bool __fastcall FindProperty(void);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | protected | FMX.Ani.pas FMX.Ani.hpp |
FMX.Ani | TCustomPropertyAnimation |
Description
Searches whether the PropertyName user-defined property exists or not.
FindProperty is called at run time internally, from within Start in order to test for property existence. If the PropertyName property does not exist, the animation cannot start.