FMX.ListView.Appearances.TPublishedObjects

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TPersistentSystem.TObjectTPublishedObjects

Delphi

TPublishedObjects = class(TPersistent)

C++

class PASCALIMPLEMENTATION TPublishedObjects : public System::Classes::TPersistent

Properties

Type Visibility Source Unit Parent
class public
FMX.ListView.Appearances.pas
FMX.ListView.Appearances.hpp
FMX.ListView.Appearances FMX.ListView.Appearances

Description

TPublishedObjects is used to group appearance objects at design time. Appearance objects are grouped in the Object Inspector and in the Structure View.

You can also use this property to access the appearance objects at run time. The property values of appearance objects are used to set the layout properties of each visual object (text, bitmap, button, etc.) on a list view item. Modifying the properties of an appearance object may cause visual objects to be updated.

See Also