FMX.Controls3D.TControl3D.RenderChildren

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure RenderChildren; virtual;

C++

virtual void __fastcall RenderChildren();

Properties

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

Description

Renders all the 3D child controls of this 3D object.

RenderChildren only renders 3D child controls of this 3D object, if their visibility is True and they are not locked.

See Also