FMX.Layers3D.TCustomLayer3D.DoUpdateBuffer

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoUpdateBuffer; override;

C++

virtual void __fastcall DoUpdateBuffer();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Layers3D.pas
FMX.Layers3D.hpp
FMX.Layers3D TCustomLayer3D

Description

Is an OnUpdateBuffer event dispatcher.

FMX.Layers3D.TCustomLayer3D.DoUpdateBuffer inherits from FMX.Layers3D.TCustomBufferLayer3D.DoUpdateBuffer. All content below this line refers to FMX.Layers3D.TCustomBufferLayer3D.DoUpdateBuffer.

Is an OnUpdateBuffer event dispatcher.

Override the protected DoUpdateBuffer method to provide other responses in addition to calling the OnUpdateBuffer event handler when the bitmap image buffer used by this 3D buffered layer changes.

See Also