FMX.ListView.Types.TListItemDrawable.TParams

提供: RAD Studio API Documentation
移動先: 案内検索

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

プロパティ

種類 可視性 ソース ユニット
record
struct
public
FMX.ListView.Types.pas
FMX.ListView.Types.hpp
FMX.ListView.Types TListItemDrawable

説明

このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。