FMX.Ani.TColorKey

From RAD Studio API Documentation
Jump to: navigation, search

FMX.Ani.TKeySystem.Classes.TCollectionItemSystem.Classes.TPersistentSystem.TObjectTColorKey

Delphi

TColorKey = class(TKey)

C++

class PASCALIMPLEMENTATION TColorKey : public TKey

Properties

Type Visibility Source Unit Parent
class public
FMX.Ani.pas
FMX.Ani.hpp
FMX.Ani FMX.Ani

Description

Represents a color key item in a collection.

TColorKey objects are created and destroyed by the Add and Clear inherited methods of the TKeys collection. Each TColorKey has a Collection property that points to the TKeys object to which the item belongs.

TColorKey objects are used by the TColorKeyAnimation class.

See Also