API:FMX.Forms3D.TCustomForm3D.RecreateResources

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure RecreateResources; override;

C++

virtual void __fastcall RecreateResources();

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.Forms3D.pas
FMX.Forms3D.hpp
FMX.Forms3D TCustomForm3D

Description

Recreates the context where the form renders itself.

FMX.Forms3D.TCustomForm3D.RecreateResources inherits from FMX.Forms.TCommonCustomForm.RecreateResources. All content below this line refers to FMX.Forms.TCommonCustomForm.RecreateResources.

Recreates the context where the form renders itself.

See Also