FMX.ImgList.TDestinationItem

From RAD Studio API Documentation
Jump to: navigation, search

FMX.ImgList.TCustomDestinationItemSystem.Classes.TCollectionItemSystem.Classes.TPersistentSystem.TObjectTDestinationItem

Delphi

TDestinationItem = class (TCustomDestinationItem)

C++

class PASCALIMPLEMENTATION TDestinationItem : public TCustomDestinationItem

Properties

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

Description

Represents an item in a TDestinationCollection collection.

TDestinationItem extends the TCustomDestinationItem class redeclaring published the Layers property to be editable in the Object Inspector.

See Also