FMX.ListView.Types.TListItemDrawable.TParams

De RAD Studio API Documentation
Aller à : navigation, rechercher

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;
};

Propriétés

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

Description

Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !