FMX.Layers3D.TCustomLayer3D.OnPaint

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnPaint: TOnPaintEvent read FOnPaint write FOnPaint;

C++

__property Fmx::Controls::TOnPaintEvent OnPaint = {read=FOnPaint, write=FOnPaint};

Properties

Type Visibility Source Unit Parent
event public
FMX.Layers3D.pas
FMX.Layers3D.hpp
FMX.Layers3D TCustomLayer3D

Description

Occurs when the 3D layer is redrawn.

Use OnPaint to perform special processing when the 3D layer is redrawn. Any special painting on the layer should be done in this event. OnPaint occurs before any controls on the layer are painted.

See Also