FMX.ListView.Appearances.TCustomGlyphButtonObjectAppearance.CreateObject

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

Delphi

procedure CreateObject(const AListViewItem: TListViewItem); override;

C++

virtual void __fastcall CreateObject(TListViewItem* const AListViewItem);

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
FMX.ListView.Appearances.pas
FMX.ListView.Appearances.hpp
FMX.ListView.Appearances TCustomGlyphButtonObjectAppearance


説明

指定されたリスト項目が所有する描画可能オブジェクトをビュー内に作成し、外観プロパティを使用して初期化します。

FMX.ListView.Appearances.TCustomGlyphButtonObjectAppearance.CreateObject は FMX.ListView.Appearances.TObjectAppearance.CreateObject を継承しています。以下の内容はすべて FMX.ListView.Appearances.TObjectAppearance.CreateObject を参照しています。


指定されたリスト項目が所有する描画可能オブジェクトをビュー内に作成し、外観プロパティを使用して初期化します。

たとえば、TCustomTextObjectAppearance.CreateObject は、TListItemText のインスタンスを作成します。


関連項目