FMX.ListView.Types.TListItemView.FindDrawable

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function FindDrawable(const AName: string): TListItemDrawable;

C++

TListItemDrawable* __fastcall FindDrawable(const System::UnicodeString AName);

Properties

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

Description

Returns a list item drawable from the view list that has the specified name, or nil if none has the specified name.

See Also