FMX.ListView.Appearances.TItemAppearanceObjects.UpdateObject

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function protected
FMX.ListView.Appearances.pas
FMX.ListView.Appearances.hpp
FMX.ListView.Appearances TItemAppearanceObjects


Beschreibung

Sucht nach Objects und PublishedObjects für ein Objekt mit demselben Namen wie AObjectAppearance und ersetzt sie damit. Ist die Suche erfolglos, wird das Objekt am Ende hinzugefügt.