FMX.Controls3D.IViewport3D.NeedRender

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure NeedRender;

C++

virtual void __fastcall NeedRender() = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.Controls3D.pas
FMX.Controls3D.hpp
FMX.Controls3D IViewport3D

Description

The prototype for a function that repaints the viewport surface and updates all the effects (if any) that are assigned to any of the child controls.

See Also