FMX.Ani.TFloatKey

From RAD Studio API Documentation
Jump to: navigation, search

FMX.Ani.TKeySystem.Classes.TCollectionItemSystem.Classes.TPersistentSystem.TObjectTFloatKey

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.

See Also