FMX.ListView.Types.TListItem.Height

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

Delphi

property Height: Integer read FHeight write SetHeight;

C++

__property int Height = {read=FHeight, write=SetHeight, nodefault};

プロパティ

種類 可視性 ソース ユニット
property public
FMX.ListView.Types.pas
FMX.ListView.Types.hpp
FMX.ListView.Types TListItem


説明

TListItem それぞれに、セルの高さを設定します。

関連項目