FMX.Ani.TKey

From RAD Studio API Documentation

TKeySystem.Classes.TCollectionItemSystem.Classes.TPersistentSystem.TObject

Delphi

TKey = class(TCollectionItem)

C++

class PASCALIMPLEMENTATION TKey : public System::Classes::TCollectionItem

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.

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