FMX.Ani.TKeys

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TCollectionSystem.Classes.TPersistentSystem.TObjectTKeys

Delphi

TKeys = class(TCollection)

C++

class PASCALIMPLEMENTATION TKeys : public System::Classes::TCollection

Properties

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

Description

Represents a container for TKey items.

Each TKeys holds a group of TKey descendants. TKeys maintains an index of the collection items in its Items array. The Count property contains the number of items in the collection. Use the Add and Delete methods to add items to the collection and delete items from the collection.

See Also