FMX.ImgList.TGlyph.DoChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoChanged; virtual;

C++

virtual void __fastcall DoChanged();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.ImgList.pas
FMX.ImgList.hpp
FMX.ImgList TGlyph

Description

Calls the OnChanged event handler and then the Repaint method.

DoChanged is called from ImagesChanged. You should not call this method explicitly.

See Also