FMX.Controls3D.TControl3D.DoRender

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoRender;

C++

void __fastcall DoRender();

Properties

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

Description

OnRender event dispatcher.

DoRender updates the Context property and renders the control.

DoRender also renders the children of this control.

See Also