FMX.ListView.Types.TListItemView.Drawables

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Drawables[const Index: Integer]: TListItemDrawable read GetObject; default;

C++

__property TListItemDrawable* Drawables[const int Index] = {read=GetObject/*, default*/};

Properties

Type Visibility Source Unit Parent
property public
FMX.ListView.Types.pas
FMX.ListView.Types.hpp
FMX.ListView.Types TListItemView

Description

List item drawable from the view list that has the specified index.

See Also