FMX.ListView.Types.TListItemStyleResources.TAccessoryStyleObject

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TAccessoryStyleObject = record

C++

struct DECLSPEC_DRECORD TAccessoryStyleObject
{
public:
    Fmx::Styles::Objects::TStyleObject* Normal;
    Fmx::Styles::Objects::TStyleObject* Selected;
};

Properties

Type Visibility Source Unit Parent
record
struct
public
FMX.ListView.Types.pas
FMX.ListView.Types.hpp
FMX.ListView.Types TListItemStyleResources

Description

For internal use only.

Record that stores the images for the accessory of a list view item.

TAccessoryStyleObject maintains the images of the list item accessory in normal and selected states.

Note: TAccessoryStyleObject was refactored from TAccessorySubImage.

See Also