FMX.ListView.Appearances.TItemAppearanceObjects.UpdateObject

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function UpdateObject(const AObjectAppearance: TCommonObjectAppearance; APublished: Boolean):

C++

TCommonObjectAppearance* __fastcall UpdateObject(TCommonObjectAppearance* const AObjectAppearance, bool APublished);

Properties

Type Visibility Source Unit Parent
function protected
FMX.ListView.Appearances.pas
FMX.ListView.Appearances.hpp
FMX.ListView.Appearances TItemAppearanceObjects

Description

Searches for Objects and PublishedObjects for an object with the same name as the AObjectAppearance and replaces them with it. If not found, it is added at the end.