API:FMX.ListView.Appearances.TCustomImageObjectAppearance

From RAD Studio API Documentation

TCustomImageObjectAppearanceFMX.ListView.Appearances.TCommonObjectAppearanceFMX.ListView.Appearances.TObjectAppearanceSystem.Classes.TPersistentSystem.TObject

Delphi

TCustomImageObjectAppearance = class(TCommonObjectAppearance)

C++

class PASCALIMPLEMENTATION TCustomImageObjectAppearance : public TCommonObjectAppearance

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. {{#multireplace:FMX.ListView.Appearances.TCustomImageObjectAppearance|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:FMX.ListView.Appearances.TCommonObjectAppearance|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:FMX.ListView.Appearances.TCommonObjectAppearance|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

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