FMX.Controls3D.TControl3D.Repaint

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Repaint;

C++

void __fastcall Repaint();

Properties

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

Description

Forces the control to re-render.

Repaint does nothing if this 3D control is not active or its viewport is nil.

Call Repaint when the 3D control needs to be repainted or updated.

See Also