Vcl.ImgList.TChangeLink.Sender

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Sender: TCustomImageList read GetSender write SetSender;

C++

__property TCustomImageList* Sender = {read=GetSender, write=SetSender};

Properties

Type Visibility Source Unit Parent
property public
Vcl.ImgList.pas
Vcl.ImgList.hpp
Vcl.ImgList TChangeLink

Description

Specifies which image list component notifies the change link object of changes.

Use Sender to access the image list that has changed. The TImageList automatically sets this property when a call to RegisterChanges is made.

See Also