FMX.ListView.Types.TListItemDrawable.TParams

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

    TParams = record
      AbsoluteOpacity: Single;
      ItemSelectedAlpha: Single;
      DeletingUnwantedOpacity: Single;
      EditModeTransitionAlpha: Single;
      ParentAbsoluteRect: TRectF;
      Images: TCustomImageList;
    end;

C++

struct DECLSPEC_DRECORD TParams
{
public:
    float AbsoluteOpacity;
    float ItemSelectedAlpha;
    float DeletingUnwantedOpacity;
    float EditModeTransitionAlpha;
    System::Types::TRectF ParentAbsoluteRect;
    Fmx::Imglist::TCustomImageList* Images;
};

Properties

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

Description

Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!