System.ImageList.TBaseImageList.Links

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Links[const Index: Integer]: TImageLink read GetLinks;

C++

__property TImageLink* Links[const int Index] = {read=GetLinks};

Properties

Type Visibility Source Unit Parent
property protected
System.ImageList.pas
System.ImageList.hpp
System.ImageList TBaseImageList

Description

The array of references to TImageLink instances.

TImageLink instances in the Links array are used to send notifications about changes in the Images images list or of the ImageIndex image index to components using images from the image list.

See Also