FMX.Layers3D.TAbstractLayer3D.SetParent

提供:RAD Studio API Documentation

Delphi

procedure SetParent(const Value : TFmxObject); override;

C++

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

プロパティ

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

説明

Parent プロパティを操作するための protected 設定メソッドの実装です。 FMX.Layers3D.TAbstractLayer3D.SetParent は FMX.Types.TFmxObject.SetParent を継承しています。以下の内容はすべて FMX.Types.TFmxObject.SetParent を参照しています。

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

関連項目