Show: Delphi C++
Display Preferences

FMX.Types.TControl.OnPainting

From XE2 API Documentation
Jump to: navigation, search

Delphi

property OnPainting: TOnPaintEvent read FOnPainting write FOnPainting;

C++

__property TOnPaintEvent OnPainting = {read=FOnPainting, write=FOnPainting};

Properties

Type Visibility Source Unit Parent
event published
FMX.Types.pas
FMX.Types.hpp
FMX.Types TControl

Description

Occurs when the control is painted.

OnPainting also occurs when the Painting is called.

Write an event handler for OnPainting to change the way the control is painted.

See Also

Personal tools
Previous Versions
Translations