API: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 key item in a collection of key items.

FMX.Ani.TColorKey inherits from FMX.Ani.TKey. All content below this line refers to FMX.Ani.TKey.

Represents a key item in a collection of key items.

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

See Also