FMX.ListView.TAppearanceListView.GetItemHeight

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

Delphi

function GetItemHeight(const Index: Integer): Integer; overload; override;
function GetItemHeight: Integer; overload; virtual;

C++

virtual int __fastcall GetItemHeight(const int Index)/* overload */;
HIDESBASE virtual int __fastcall GetItemHeight(void)/* overload */;

プロパティ

種類 可視性 ソース ユニット
function protected
FMX.ListView.pas
FMX.ListView.hpp
FMX.ListView TAppearanceListView


説明

項目のリストの指定されたインデックスにあるリスト ビュー項目高さか、インデックスが指定されていない場合には、ItemHeight の値を返します。

関連項目