FMX.ListView.Appearances.TCommonObjectAppearance

From RAD Studio API Documentation
Jump to: navigation, search

FMX.ListView.Appearances.TObjectAppearanceSystem.Classes.TPersistentSystem.TObjectTCommonObjectAppearance

Delphi

TCommonObjectAppearance = class(TObjectAppearance)

C++

class PASCALIMPLEMENTATION TCommonObjectAppearance : public TObjectAppearance

Properties

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

Description

Implements a basic functionality for describing the graphical appearance of an object.

The functionality implemented by Appearances.TCommonObjectAppearance refers to width, height, alignment, vertical alignment, visibility, place offset, and opacity of an object. Appearances.TCommonObjectAppearance is the parent class for:

All of the above classes implement functionality that describes the graphical appearance of various objects that are used in order to display a list box item.

See Also