FMX.Ani.TFloatKey
Delphi
TFloatKey = class(TKey)
C++
class PASCALIMPLEMENTATION TFloatKey : public TKey
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | FMX.Ani.pas FMX.Ani.hpp |
FMX.Ani | FMX.Ani |
Description
Represents a Single floating-point key item in a collection.
TFloatKey objects are created and destroyed by the Add and Clear inherited methods of the TKeys collection. Each TFloatKey has a Collection property that points to the collection object to which the item belongs.
TFloatKey objects are used by the TFloatKeyAnimation class.