FMX.ListBox.TListBoxSeparatorItem

提供:RAD Studio API Documentation

エラー: 画像が無効、または存在しません。

Delphi

TListBoxSeparatorItem = class(TListBoxItem)

C++

class PASCALIMPLEMENTATION TListBoxSeparatorItem : public TListBoxItem

プロパティ

種類 可視性 ソース ユニット
class public
FMX.ListBox.pas
FMX.ListBox.hpp
FMX.ListBox FMX.ListBox

説明

リスト ボックス内の一区画を示す項目です。


TListBoxSeparatorItem は選択不能であり、項目グループの先頭または末尾を示すことができます。

TListBoxSeparatorItemTListBoxGroupHeader および TListBoxGroupFooter の基底クラスです。

関連項目