FMX.ActnList.IGlyph.ImagesChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ImagesChanged;

C++

virtual void __fastcall ImagesChanged() = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.ActnList.pas
FMX.ActnList.hpp
FMX.ActnList IGlyph

Description

Declares a method that should be called when the control needs to redraw an image.

Classes supporting IGlyph should implement a behavior like the following. ImagesChanged should be called when you change the TBaseImageList instance or the Images reference to the TBaseImageList instance or when you change the ImageIndex property.

See Also