FMX.ListView.Types.TListItemView.FindObject

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function FindObject(const AName: string): TListItemDrawable; deprecated 'Use FindDrawable';

C++

TListItemDrawable* __fastcall FindObject _DEPRECATED_ATTRIBUTE1("Use 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

Warning: FindObject is deprecated. Please use FindDrawable.

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