API:FMX.ListView.Appearances.TImageObjectAppearance

From RAD Studio API Documentation
Jump to: navigation, search

FMX.ListView.Appearances.TCustomImageObjectAppearanceFMX.ListView.Appearances.TCommonObjectAppearanceFMX.ListView.Appearances.TObjectAppearanceSystem.Classes.TInterfacedPersistentTImageObjectAppearance

Delphi

TImageObjectAppearance = class(TCustomImageObjectAppearance)

C++

class PASCALIMPLEMENTATION TImageObjectAppearance : public TCustomImageObjectAppearance

Properties

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

Description

Base class for types of object appearance that represent the appearance of a list view item image.

FMX.ListView.Appearances.TImageObjectAppearance inherits from FMX.ListView.Appearances.TCustomImageObjectAppearance. All content below this line refers to FMX.ListView.Appearances.TCustomImageObjectAppearance.

Base class for types of object appearance that represent the appearance of a list view item image.

In addition to the functionality provided by TCommonObjectAppearance, TCustomImageObjectAppearance and subclasses provide the following properties to customize the object appearance:

See Also