FMX.ImgList.TGlyph.OnChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnChanged: TNotifyEvent read FOnChanged write FOnChanged;

C++

__property System::Classes::TNotifyEvent OnChanged = {read=FOnChanged, write=FOnChanged};

Properties

Type Visibility Source Unit Parent
event published
FMX.ImgList.pas
FMX.ImgList.hpp
FMX.ImgList TGlyph

Description

This event is risen a short time after one or more changes has been done just before sending the notification to all controls that use the modified image from the Images image list.

The OnChanged event handler is called from DoChanged.

See Also