FMX.Layers3D.TCustomBufferLayer3D.OnUpdateBuffer

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnUpdateBuffer: TNotifyEvent read FOnUpdateBuffer write FOnUpdateBuffer;

C++

__property System::Classes::TNotifyEvent OnUpdateBuffer = {read=FOnUpdateBuffer, write=FOnUpdateBuffer};

Properties

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

Description

Occurs when the buffer represented by a bitmap image of this 3D layer changes.

OnUpdateBuffer also occurs when DoUpdateBuffer is called.

Write an event handler for OnUpdateBuffer to specify what happens when the bitmap image used as buffer by this buffered 3D layer changes.

See Also