FMX.ListBox.TMetropolisUIListBoxItem.SetParent

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

Delphi

procedure SetParent(const AParent: TFmxObject); override;

C++

virtual void __fastcall SetParent(Fmx::Types::TFmxObject* const AParent);

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
FMX.ListBox.pas
FMX.ListBox.hpp
FMX.ListBox TMetropolisUIListBoxItem

説明

Parent プロパティを操作するための protected 設定メソッドの実装です。

FMX.ListBox.TMetropolisUIListBoxItem.SetParent は FMX.Types.TFmxObject.SetParent を継承しています。以下の内容はすべて FMX.Types.TFmxObject.SetParent を参照しています。

Parent プロパティを操作するための protected 設定メソッドの実装です。

関連項目