FMX.Ani.TFloatKey.Value

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Value: Single read FValue write FValue;

C++

__property float Value = {read=FValue, write=FValue};

Properties

Type Visibility Source Unit Parent
property published
FMX.Ani.pas
FMX.Ani.hpp
FMX.Ani TFloatKey

Description

Specifies the Single value used by this TFloatKey in any TFloatKeyAnimation.

See Also