FMX.Layers3D.TCustomBufferLayer3D.DoUpdateBuffer

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoUpdateBuffer; virtual;

C++

virtual void __fastcall DoUpdateBuffer();

Properties

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

Description

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