FMX.TreeView.TCustomTreeView.ImagesChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ImagesChanged; virtual;

C++

virtual void __fastcall ImagesChanged();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.TreeView.pas
FMX.TreeView.hpp
FMX.TreeView TCustomTreeView

Description

Should be called when the component needs to redraw the image.

ImagesChanged should be called when you change the Images reference to the TCustomImageList object or the object itself.

See Also