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

Object appearance that represents the appearance of a list view item image, such as a Delete button or an Add button.

Using a TCommonObjectAppearance Subclass describes how to use the core features of TImageObjectAppearance.

In addition to the core features, TImageObjectAppearance provides the following properties to customize the object appearance:

TImageObjectAppearance Property Corresponding TListItemImage Property
ScalingMode ScalingMode

See Also