FMX.Layers3D.TCustomLayer3D.DoUpdateBuffer

From RAD Studio API Documentation

Delphi

procedure DoUpdateBuffer; override;

C++

virtual void __fastcall DoUpdateBuffer(void);

Properties

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

Description

Is an OnUpdateBuffer event dispatcher. {{#multireplace:FMX.Layers3D.TCustomLayer3D.DoUpdateBuffer|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:FMX.Layers3D.TCustomBufferLayer3D.DoUpdateBuffer|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:FMX.Layers3D.TCustomBufferLayer3D.DoUpdateBuffer|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

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