FMX.ActnList.TActionLink.Change

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Change; override;

C++

virtual void __fastcall Change();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.ActnList.pas
FMX.ActnList.hpp
FMX.ActnList TActionLink

Description

Is called when the action link needs to update a Images list of images.

Change is called when the TActionLink action link changes a list of images used to draw an image for the action. For example, Change is called from ImagesChanged.

See Also