FMX.Forms3D.TForm3D.OnRender

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnRender;

C++

__property OnRender;

Properties

Type Visibility Source Unit Parent
event published
FMX.Forms3D.pas
FMX.Forms3D.hpp
FMX.Forms3D TForm3D

Description

Occurs while rendering the surface of this 3D form.

FMX.Forms3D.TForm3D.OnRender inherits from FMX.Forms3D.TCustomForm3D.OnRender. All content below this line refers to FMX.Forms3D.TCustomForm3D.OnRender.

Occurs while rendering the surface of this 3D form.

Write an OnRender event handler to implement additional functionality when this form is re-rendered. The OnRender event is fired when the PaintRects method is called.

See Also