FMX.Controls3D.TControl3D.SetParent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetParent(const Value: TFmxObject); override;

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Controls3D.pas
FMX.Controls3D.hpp
FMX.Controls3D TControl3D

Description

Protected setter implementation for the Parent property.

FMX.Controls3D.TControl3D.SetParent inherits from FMX.Types.TFmxObject.SetParent. All content below this line refers to FMX.Types.TFmxObject.SetParent.

Protected setter implementation for the Parent property.

See Also