FMX.Objects3D.TRoundCube.OnRender

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnRender: TRenderEvent read FOnRender write FOnRender;

C++

__property OnRender;

Properties

Type Visibility Source Unit Parent
event published
FMX.Objects3D.pas
FMX.Objects3D.hpp
FMX.Objects3D TRoundCube

Description


Occurs when the 3D control is re-rendered on the screen.

FMX.Objects3D.TRoundCube.OnRender inherits from FMX.Controls3D.TControl3D.OnRender. All content below this line refers to FMX.Controls3D.TControl3D.OnRender.

Occurs when the 3D control is re-rendered on the screen.

OnRender also occurs when DoRender is called.

Write an event handler for OnRender to change the way the 3D control renders itself.

See Also